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');