diff --git a/Controller/Controller.php b/Controller/Controller.php index 437d7df..3ccb9b0 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -89,6 +89,5 @@ class Controller extends ModuleAbstract implements WebInterface * @var string[] * @since 1.0.0 */ - protected static $dependencies = [ - ]; + protected static $dependencies = []; }