From 36cd6ec29bfbc7342418c104522e95fc3933e465 Mon Sep 17 00:00:00 2001 From: SonyPradana Date: Wed, 26 Jun 2024 19:38:36 +0700 Subject: [PATCH] remove: remove System\Router\Controller --- src/System/Router/Controller.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/System/Router/Controller.php diff --git a/src/System/Router/Controller.php b/src/System/Router/Controller.php deleted file mode 100644 index 05299a14..00000000 --- a/src/System/Router/Controller.php +++ /dev/null @@ -1,17 +0,0 @@ - $portal - */ - abstract public static function renderView(string $view, array $portal = []): Response; - - abstract public static function viewExists(string $view): bool; -}