-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method Webpatser\Countries\MigrationCommand::handle() does not exist #70
Comments
When I changed MigrationCommand.php line 40 from fire() to handle() it worked for me again. After some googling back and forth, this is what I could dig out: Also changelog for 5.5 has 2 spots where it mentions to use handle() instead of fire().
Wasn't able to find any information on when fire() became deprecated in this context. I hope this helps. |
Yes, just got the same. |
Stubbs
added a commit
to Stubbs/laravel-countries
that referenced
this issue
Sep 29, 2017
…ommand::handle() does not exist` Fixes Issue webpatser#70 on parent repo.
See #78 |
Hi: $ php artisan countries:migration
In BoundMethod.php line 135:
Method Webpatser\Countries\MigrationCommand::handle() does not exist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i run php artisan countries:migration
i get Method Webpatser\Countries\MigrationCommand::handle() does not exist on the console
i'm using Laravel 5.5
The text was updated successfully, but these errors were encountered: