diff --git a/Controller/Controller.php b/Controller/Controller.php index 4a304b0..44c05f0 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -80,6 +80,5 @@ class Controller extends ModuleAbstract implements WebInterface * @var string[] * @since 1.0.0 */ - protected static $dependencies = [ - ]; + protected static $dependencies = []; }