From 3c9f3d6918c60c2bf778be3c9f07b736c5812cea Mon Sep 17 00:00:00 2001 From: Jay Potter Date: Sun, 31 May 2026 17:28:48 -0400 Subject: [PATCH] rename interface --- composer.json | 2 +- src/Potter/Startable/StartableInterface.php | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/Potter/Startable/StartableInterface.php diff --git a/composer.json b/composer.json index 1bb701d..f5b399c 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "license": "MIT", "autoload": { "psr-4": { - "Potter\\": "src/Potter/Contract/" + "Potter\\Startable\\": "src/Potter/Startable/" } }, "authors": [ diff --git a/src/Potter/Startable/StartableInterface.php b/src/Potter/Startable/StartableInterface.php new file mode 100644 index 0000000..02ff7c6 --- /dev/null +++ b/src/Potter/Startable/StartableInterface.php @@ -0,0 +1,10 @@ +