From 7b7e40036dbaa8097b1a2a5eddeaf580cf607368 Mon Sep 17 00:00:00 2001 From: Jay Potter Date: Sun, 31 May 2026 17:24:22 -0400 Subject: [PATCH] create StartableInterface --- src/Potter/Contract/Startable/StartableInterface.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Potter/Contract/Startable/StartableInterface.php diff --git a/src/Potter/Contract/Startable/StartableInterface.php b/src/Potter/Contract/Startable/StartableInterface.php new file mode 100644 index 0000000..cd0ad33 --- /dev/null +++ b/src/Potter/Contract/Startable/StartableInterface.php @@ -0,0 +1,10 @@ +