Skip to content

Commit

Permalink
fire -> handle
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Jul 14, 2017
1 parent 095dfaa commit 483dc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scaffold/Console/command/command.stub
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class {{studly_name}} extends Command
* Execute the console command.
* @return void
*/
public function fire()
public function handle()
{
$this->output->writeln('Hello world!');
}
Expand Down

0 comments on commit 483dc9c

Please sign in to comment.