Skip to content

Commit ca74f9c

Browse files
committed
Add missing newline at end of Controller.php
Appends a newline character at the end of the Controller.php file to comply with POSIX standards and improve code consistency.
1 parent 2b46ae5 commit ca74f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ protected function noContentResponse(): JsonResponse
6363
{
6464
return response()->json([], 204);
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)