mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-08 19:08:40 +00:00
fix getters/setters
This commit is contained in:
parent
136b8c934c
commit
1c29308d05
|
|
@ -64,7 +64,7 @@ class Controller extends ModuleAbstract
|
|||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $providing = [
|
||||
public static array $providing = [
|
||||
'Navigation',
|
||||
];
|
||||
|
||||
|
|
@ -74,5 +74,5 @@ class Controller extends ModuleAbstract
|
|||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $dependencies = [];
|
||||
public static array $dependencies = [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user