Update fire method reference to handle due to Laravel 5.5 update (#3003)

This commit is contained in:
Christopher Di Carlo 2019-10-18 22:05:04 -04:00 committed by David Bomba
parent c1f8f93c7f
commit 429f079cf5

View File

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