From 73b78df54848fa2b63eebbe38bca9bcdcf632172 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Controller.php b/Controller.php index 58eff15..b7a2976 100644 --- a/Controller.php +++ b/Controller.php @@ -92,5 +92,6 @@ class Controller extends ModuleAbstract implements WebInterface * @since 1.0.0 */ protected static $dependencies = [ + 'Admin', ]; }