From c5d157898889dcdfcb0adfa636a393c0fcc6d369 Mon Sep 17 00:00:00 2001 From: Jay Potter Date: Fri, 14 Aug 2026 17:32:38 -0400 Subject: [PATCH] add Controller --- src/Potter/Controller.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/Potter/Controller.php diff --git a/src/Potter/Controller.php b/src/Potter/Controller.php new file mode 100644 index 0000000..a58bd55 --- /dev/null +++ b/src/Potter/Controller.php @@ -0,0 +1,24 @@ +get(Router::class); + } + + abstract static public function mapRoutes(Container $container, Router $router): void; +}