Skip to content

Commit c49ed9b

Browse files
VincentBeangithub-actions[bot]
authored andcommitted
Fix styling changes
1 parent 27a6231 commit c49ed9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Exceptions/NotFoundException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use Illuminate\Http\Request;
66
use Illuminate\Http\Response;
77

8-
class NotFoundException extends DynamicsException {
9-
8+
class NotFoundException extends DynamicsException
9+
{
1010
public function render(Request $request): Response
1111
{
1212
return response(null, 404);

0 commit comments

Comments
 (0)