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