fix getters/setters

This commit is contained in:
Dennis Eichhorn 2023-05-31 12:03:54 +00:00
parent 0b08dac366
commit befbec98b1
2 changed files with 26 additions and 27 deletions

View File

@ -65,7 +65,7 @@ class Controller extends ModuleAbstract
* @var string[] * @var string[]
* @since 1.0.0 * @since 1.0.0
*/ */
protected static array $providing = [ public static array $providing = [
]; ];
/** /**
@ -74,5 +74,5 @@ class Controller extends ModuleAbstract
* @var string[] * @var string[]
* @since 1.0.0 * @since 1.0.0
*/ */
protected static array $dependencies = []; public static array $dependencies = [];
} }

View File

@ -1,5 +1,4 @@
<?php declare(strict_types=1); <?php return [
return [
'^:help .*$' => [ '^:help .*$' => [
0 => [ 0 => [
'dest' => '\Modules\Help\Controller\SearchController:searchHelp', 'dest' => '\Modules\Help\Controller\SearchController:searchHelp',