Skip to content

Commit 926d8ca

Browse files
committed
missing type
1 parent 712b6e2 commit 926d8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/ListenerMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected function getTemplateContents()
6969
]))->render();
7070
}
7171

72-
public function getDefaultNamespace()
72+
public function getDefaultNamespace() : string
7373
{
7474
return $this->laravel['module']->config('paths.generator.listener.path', 'Listeners');
7575
}

0 commit comments

Comments
 (0)