From 3adfaddb348a8a60a5c13f4523a9e675b511ca3a 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 e12697d..a8c7fdf 100644 --- a/Controller.php +++ b/Controller.php @@ -89,7 +89,6 @@ class Controller extends ModuleAbstract implements WebInterface * @since 1.0.0 */ protected static $dependencies = [ - 'Admin', ]; /**