diff --git a/app/Console/Commands/MakeModuleSettings.php b/app/Console/Commands/MakeModuleSettings.php index 199af1514244..d4249c1c2a4a 100644 --- a/app/Console/Commands/MakeModuleSettings.php +++ b/app/Console/Commands/MakeModuleSettings.php @@ -56,7 +56,7 @@ class MakeModuleSettings extends GeneratorCommand $this->info('Creating settings view template for ' . $this->getModuleName()); $module = $this->laravel['modules']->findOrFail($this->getModuleName()); - parent::fire(); + parent::handle(); // add default routes if option specified $route = $this->option('route');