From 528c82dea331c6099045e187580a0474e532562b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=94=E8=9C=A5=E8=9C=B4?= <130566114@qq.com> Date: Mon, 10 Dec 2018 20:26:15 +0800 Subject: [PATCH] Update InstallCommand.php laravel5.7 --- src/Baum/Console/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Baum/Console/InstallCommand.php b/src/Baum/Console/InstallCommand.php index 8c273b7b..aca94548 100644 --- a/src/Baum/Console/InstallCommand.php +++ b/src/Baum/Console/InstallCommand.php @@ -58,7 +58,7 @@ public function __construct(MigrationGenerator $migrator, ModelGenerator $modele * * @return void */ - public function fire() { + public function handle() { $name = $this->input->getArgument('name'); $this->writeMigration($name);