diff --git a/src/Baum/Console/InstallCommand.php b/src/Baum/Console/InstallCommand.php index 8c273b7b..523dee78 100644 --- a/src/Baum/Console/InstallCommand.php +++ b/src/Baum/Console/InstallCommand.php @@ -47,6 +47,15 @@ public function __construct(MigrationGenerator $migrator, ModelGenerator $modele $this->migrator = $migrator; $this->modeler = $modeler; } + + /** + * Fire method alias + * + * @return void + */ + public function handle() { + $this->fire(); + } /** * Execute the console command.