Skip to content

Commit

Permalink
Style CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
PovilasKorop committed Oct 6, 2021
1 parent 2bd4606 commit 4f58e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/Console/ControllerMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ protected function buildFormRequestReplacements(array $replace, $modelClass)

$namespacedRequests = $namespace.'\\'.$storeRequestClass.';';
if ($storeRequestClass != $updateRequestClass) {
$namespacedRequests .= "\r\nuse ".$namespace.'\\'.$updateRequestClass . ';';
$namespacedRequests .= "\r\nuse ".$namespace.'\\'.$updateRequestClass.';';
}

return array_merge($replace, [
Expand Down

0 comments on commit 4f58e18

Please sign in to comment.