Skip to content

Commit

Permalink
Change fire() to handle() for Laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemudd committed Oct 2, 2017
1 parent e64ca7f commit bf9b46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/MakeProviderCommand.php
Expand Up @@ -36,7 +36,7 @@ public function __construct()
/**
* Execute the console command.
*/
public function fire()
public function handle()
{
$data = [
'name' => $this->argument('name'),
Expand Down

0 comments on commit bf9b46c

Please sign in to comment.