diff --git a/src/Baum/Console/InstallCommand.php b/src/Baum/Console/InstallCommand.php index 8c273b7b..7f16cfde 100644 --- a/src/Baum/Console/InstallCommand.php +++ b/src/Baum/Console/InstallCommand.php @@ -66,6 +66,15 @@ public function fire() { $this->writeModel($name); } + + /** + * Execute the console command in Laravel 5.5 + * + * @return void + */ + public function handle(){ + $this->fire(); + } /** * Get the command arguments