unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack
https://paystack.co
MIT License
612 stars 314 forks source link

When I publish The service provider this is what I get #49

Closed emekaorjiani closed 4 years ago

emekaorjiani commented 6 years ago

php artisan vendor:publish --provider="Unicodeveloper\Paystack\PaystackServiceProvider"

[Symfony\Component\Debug\Exception\FatalThrowableError]
Call to undefined method Unicodeveloper\Paystack\Facades\Paystack::isDeferred()

derskeal commented 6 years ago

DO you have this in your app.php config file?

'Paystack' => Unicodeveloper\Paystack\Paystack::class,

If you do, remove it.

emekaorjiani commented 4 years ago

Fixed! Thanks