Skip to content

Commit

Permalink
Merge pull request #67 from dbpolito/patch-1
Browse files Browse the repository at this point in the history
Update Command Method from fire to handle
  • Loading branch information
aaronlord authored Sep 4, 2017
2 parents 342af22 + eb01ca5 commit d40272a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/Commands/LarouteGeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function __construct(Config $config, Routes $routes, Generator $generator
*
* @return void
*/
public function fire()
public function handle()
{
try {
$filePath = $this->generator->compile(
Expand Down Expand Up @@ -171,4 +171,4 @@ protected function getOptions()
],
];
}
}
}

0 comments on commit d40272a

Please sign in to comment.