Skip to content
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

Closed
GMounir opened this issue Sep 6, 2017 · 4 comments
Closed

Comments

@GMounir
Copy link

GMounir commented Sep 6, 2017

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

@DanielBoettner
Copy link

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().

  • Artisan console
  • Queues

Wasn't able to find any information on when fire() became deprecated in this context.

I hope this helps.

@keepsafesolutions
Copy link

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.
@webpatser
Copy link
Owner

See #78

@abr4xas
Copy link

abr4xas commented Feb 8, 2018

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants