Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Dec 6, 2024
1 parent d6dbc26 commit 5893279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RootServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ protected function registerRoutes(): void
try {
return $root->resources->resolve($key);
} catch (ResourceResolutionException $exception) {
throw new NotFoundHttpException();
throw new NotFoundHttpException;
}
});

Expand Down

0 comments on commit 5893279

Please sign in to comment.