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.
2 parents 45d2f06 + c1abe13 commit 3343048Copy full SHA for 3343048
src/Console/PresenterMakeCommand.php
@@ -61,8 +61,8 @@ protected function resolveStubPath($stub)
61
protected function getDefaultNamespace($rootNamespace)
62
{
63
$configNamespace = config('laravel-presenter.presenter_namespace');
64
-
65
- return is_null($configNamespace)
+
+ return is_null($configNamespace)
66
? $rootNamespace . '\Presenters'
67
: $configNamespace;
68
}
0 commit comments