From 8c0efd0d9317ad92bd55cd6afcd41bdbab827bf8 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: Make basic routing work --- src/Contracts/Strategy.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/Contracts/Strategy.php (limited to 'src/Contracts') diff --git a/src/Contracts/Strategy.php b/src/Contracts/Strategy.php new file mode 100644 index 0000000..81d6ec3 --- /dev/null +++ b/src/Contracts/Strategy.php @@ -0,0 +1,15 @@ +