Skip to content

Commit 0056fdb

Browse files
authored
Merge pull request #197 from dcanaud/master
Change fire to handle to make it compatible with laravel 5.5
2 parents 3243e08 + 36efe1a commit 0056fdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Franzose/ClosureTable/Console/ClosureTableCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ClosureTableCommand extends Command
3030
*
3131
* @return void
3232
*/
33-
public function fire()
33+
public function handle()
3434
{
3535
$this->info('ClosureTable v' . CT::VERSION);
3636
$this->line('Closure Table database design pattern implementation for Laravel framework.');

src/Franzose/ClosureTable/Console/MakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function __construct(Migration $migrator, Model $modeler, Composer $compo
7878
*
7979
* @return void
8080
*/
81-
public function fire()
81+
public function handle()
8282
{
8383
$this->prepareOptions();
8484
$this->writeMigrations();

0 commit comments

Comments
 (0)