File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ public function shortName(): string
84
84
return Str::after ($ this ->name , 'laravel- ' );
85
85
}
86
86
87
- public function hasViews (string $ namespace = null ): static
87
+ public function hasViews (? string $ namespace = null ): static
88
88
{
89
89
$ this ->hasViews = true ;
90
90
@@ -93,7 +93,7 @@ public function hasViews(string $namespace = null): static
93
93
return $ this ;
94
94
}
95
95
96
- public function hasInertiaComponents (string $ namespace = null ): static
96
+ public function hasInertiaComponents (? string $ namespace = null ): static
97
97
{
98
98
$ this ->hasInertiaComponents = true ;
99
99
@@ -218,7 +218,7 @@ public function hasRoutes(...$routeFileNames): static
218
218
return $ this ;
219
219
}
220
220
221
- public function basePath (string $ directory = null ): string
221
+ public function basePath (? string $ directory = null ): string
222
222
{
223
223
if ($ directory === null ) {
224
224
return $ this ->basePath ;
You can’t perform that action at this time.
0 commit comments