Skip to content

Commit

Permalink
Fix reference to class Status
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvandemaele authored Dec 12, 2022
1 parent 29d2812 commit 2d58238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Skeleton/Core/Http/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static function run() {
try {
$application = Application::detect($hostname, $request_uri);
} catch (\Skeleton\Core\Exception_Unknown_Application $e) {
HTTP\Status::code_404('application');
Status::code_404('application');
}
$application->accept();
}
Expand Down

0 comments on commit 2d58238

Please sign in to comment.