From faeb369a437167b3677ae80a409f7bad8a6e2e84 Mon Sep 17 00:00:00 2001 From: IvanMilanov Date: Wed, 13 Sep 2017 10:21:08 +0300 Subject: [PATCH] Changed fire method to handle to meet Laravel's 5.5 requirements --- src/commands/MigrationCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/MigrationCommand.php b/src/commands/MigrationCommand.php index 7b0e9ef0..795ecde9 100644 --- a/src/commands/MigrationCommand.php +++ b/src/commands/MigrationCommand.php @@ -32,7 +32,7 @@ class MigrationCommand extends Command * * @return void */ - public function fire() + public function handle() { $this->laravel->view->addNamespace('entrust', substr(__DIR__, 0, -8).'views');