We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712b6e2 commit 926d8caCopy full SHA for 926d8ca
src/Commands/ListenerMakeCommand.php
@@ -69,7 +69,7 @@ protected function getTemplateContents()
69
]))->render();
70
}
71
72
- public function getDefaultNamespace()
+ public function getDefaultNamespace() : string
73
{
74
return $this->laravel['module']->config('paths.generator.listener.path', 'Listeners');
75
0 commit comments