File "helpers.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/unicodeveloper/laravel-paystack/src/Support/helpers.php
File size: 126 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if (! function_exists("paystack"))
{
function paystack() {
return app()->make('laravel-paystack');
}
}