From b2aaaa8fa04f690fed598c31b65a6405b565c303 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 21:37:20 +0100 Subject: Removed abstract strategy and broke all function implementations to traits --- src/Concerns/Strategy/ThrowsNotFoundException.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/Concerns/Strategy/ThrowsNotFoundException.php (limited to 'src/Concerns/Strategy/ThrowsNotFoundException.php') diff --git a/src/Concerns/Strategy/ThrowsNotFoundException.php b/src/Concerns/Strategy/ThrowsNotFoundException.php new file mode 100644 index 0000000..996bdb5 --- /dev/null +++ b/src/Concerns/Strategy/ThrowsNotFoundException.php @@ -0,0 +1,17 @@ +