Skip to content

Commit

Permalink
Merge pull request #197 from dcanaud/master
Browse files Browse the repository at this point in the history
Change fire to handle to make it compatible with laravel 5.5
  • Loading branch information
franzose authored Sep 10, 2017
2 parents 3243e08 + 36efe1a commit 0056fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Franzose/ClosureTable/Console/ClosureTableCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ClosureTableCommand extends Command
*
* @return void
*/
public function fire()
public function handle()
{
$this->info('ClosureTable v' . CT::VERSION);
$this->line('Closure Table database design pattern implementation for Laravel framework.');
Expand Down
2 changes: 1 addition & 1 deletion src/Franzose/ClosureTable/Console/MakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function __construct(Migration $migrator, Model $modeler, Composer $compo
*
* @return void
*/
public function fire()
public function handle()
{
$this->prepareOptions();
$this->writeMigrations();
Expand Down

0 comments on commit 0056fdb

Please sign in to comment.