Current File : /home/masbinta/public_html/vendor/unicodeveloper/laravel-paystack/src/Support/helpers.php
<?php

if (! function_exists("paystack"))
{
    function paystack() {

        return app()->make('laravel-paystack');
    }
}