Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 23, 2024
1 parent 1537bbb commit 3a1d541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/DomainControllerMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected function buildClass($name)
if (strpos($stub, $invalidUse) !== false) {
$laravel10Replacements = [
$invalidUse.PHP_EOL => '',
'extends Controller' => '',
' extends Controller' => '',
];

$stub = str_replace(
Expand Down

0 comments on commit 3a1d541

Please sign in to comment.