From 892059a2b950d08993e3195a4b1f789ee1fbe9ec Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Jan 2016 19:13:00 +0100 Subject: [PATCH] Admin dependency added --- Controller.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Controller.php b/Controller.php index 402a045..6728616 100644 --- a/Controller.php +++ b/Controller.php @@ -88,7 +88,9 @@ class Controller extends ModuleAbstract implements WebInterface * @var \string * @since 1.0.0 */ - protected static $dependencies = []; + protected static $dependencies = [ + 'Admin', + ]; /** * Routing elements.