Skip to content

Commit d40272a

Browse files
authored
Merge pull request #67 from dbpolito/patch-1
Update Command Method from fire to handle
2 parents 342af22 + eb01ca5 commit d40272a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/Commands/LarouteGeneratorCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function __construct(Config $config, Routes $routes, Generator $generator
6868
*
6969
* @return void
7070
*/
71-
public function fire()
71+
public function handle()
7272
{
7373
try {
7474
$filePath = $this->generator->compile(
@@ -171,4 +171,4 @@ protected function getOptions()
171171
],
172172
];
173173
}
174-
}
174+
}

0 commit comments

Comments
 (0)