From 2542e30ed2510b34c0e666f80a6234b93c9664af 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 ad0059c..b84e3b5 100644 --- a/Controller.php +++ b/Controller.php @@ -90,7 +90,6 @@ class Controller extends ModuleAbstract implements WebInterface * @since 1.0.0 */ protected static $dependencies = [ - 'Admin', ]; /**