mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update fire method reference to handle due to Laravel 5.5 update (#3003)
This commit is contained in:
parent
c1f8f93c7f
commit
429f079cf5
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user