From 3ad142f5c3a7ed0f3b9d5038796f729478252f08 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 17 Jan 2016 18:31:49 +0100 Subject: [PATCH] Fix dependencies --- Controller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Controller.php b/Controller.php index a0fe280..67a92f6 100644 --- a/Controller.php +++ b/Controller.php @@ -81,6 +81,5 @@ class Controller extends ModuleAbstract implements WebInterface * @since 1.0.0 */ protected static $dependencies = [ - 'Admin', ]; }