| DIR: /home/cardxfeb/public_html/vendor/unicodeveloper/laravel-paystack/src/Support/ |
| Current File : //home/cardxfeb/public_html/vendor/unicodeveloper/laravel-paystack/src/Support/helpers.php |
<?php
if (! function_exists("paystack"))
{
function paystack() {
return app()->make('laravel-paystack');
}
} |