mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-02-17 18:28:40 +00:00
fix getters/setters
This commit is contained in:
parent
0b08dac366
commit
befbec98b1
|
|
@ -65,7 +65,7 @@ class Controller extends ModuleAbstract
|
|||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $providing = [
|
||||
public static array $providing = [
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
@ -74,5 +74,5 @@ class Controller extends ModuleAbstract
|
|||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $dependencies = [];
|
||||
public static array $dependencies = [];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<?php declare(strict_types=1);
|
||||
return [
|
||||
<?php return [
|
||||
'^:help .*$' => [
|
||||
0 => [
|
||||
'dest' => '\Modules\Help\Controller\SearchController:searchHelp',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user