Skip to content

Commit c1abe13

Browse files
ousidactions-user
authored andcommitted
Fix styling
1 parent ebb834d commit c1abe13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/PresenterMakeCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ protected function resolveStubPath($stub)
6161
protected function getDefaultNamespace($rootNamespace)
6262
{
6363
$configNamespace = config('laravel-presenter.presenter_namespace');
64-
65-
return is_null($configNamespace)
64+
65+
return is_null($configNamespace)
6666
? $rootNamespace . '\Presenters'
6767
: $configNamespace;
6868
}

0 commit comments

Comments
 (0)