We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a6231 commit c49ed9bCopy full SHA for c49ed9b
src/Exceptions/NotFoundException.php
@@ -5,8 +5,8 @@
5
use Illuminate\Http\Request;
6
use Illuminate\Http\Response;
7
8
-class NotFoundException extends DynamicsException {
9
-
+class NotFoundException extends DynamicsException
+{
10
public function render(Request $request): Response
11
{
12
return response(null, 404);
0 commit comments