Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
maximiliancsank committed Oct 22, 2022
1 parent 82f4626 commit 71d9087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/ExtendedGeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ protected function getStub(): string
*/
protected function getDefaultNamespace($rootNamespace): string
{
return $rootNamespace . "\{$this->type}s";
return $rootNamespace . "\\{$this->type}s";
}
}

0 comments on commit 71d9087

Please sign in to comment.