diff --git a/Controller/Controller.php b/Controller/Controller.php index 434fb37..47f200e 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -65,7 +65,7 @@ class Controller extends ModuleAbstract implements WebInterface * @var string[] * @since 1.0.0 */ - protected static array $providing = []; + public static array $providing = []; /** * Dependencies. @@ -73,5 +73,5 @@ class Controller extends ModuleAbstract implements WebInterface * @var string[] * @since 1.0.0 */ - protected static array $dependencies = []; + public static array $dependencies = []; }