Skip to content

Commit 5893279

Browse files
committed
wip
1 parent d6dbc26 commit 5893279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RootServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ protected function registerRoutes(): void
147147
try {
148148
return $root->resources->resolve($key);
149149
} catch (ResourceResolutionException $exception) {
150-
throw new NotFoundHttpException();
150+
throw new NotFoundHttpException;
151151
}
152152
});
153153

0 commit comments

Comments
 (0)