summaryrefslogtreecommitdiff
path: root/src/Contracts
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
commit7a19b83bf7d7d8a2650356168cdb296b6f82807f (patch)
tree81891e5791d18daa8ec34497131fb65615039858 /src/Contracts
parent8c0efd0d9317ad92bd55cd6afcd41bdbab827bf8 (diff)
code formatting
Diffstat (limited to 'src/Contracts')
-rw-r--r--src/Contracts/Strategy.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Contracts/Strategy.php b/src/Contracts/Strategy.php
index 81d6ec3..bb877c1 100644
--- a/src/Contracts/Strategy.php
+++ b/src/Contracts/Strategy.php
@@ -11,5 +11,6 @@ use Psr\Http\Message\ResponseInterface;
interface Strategy
{
public function runRoute(RouteCall $call): ResponseInterface;
+
public function notFound(RequestInterface $request): ResponseInterface;
}