mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-21 13:38:41 +00:00
fix getters/setters
This commit is contained in:
parent
6a6dc36554
commit
6b22cdce14
|
|
@ -65,7 +65,7 @@ class Controller extends ModuleAbstract
|
|||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $providing = [];
|
||||
public static array $providing = [];
|
||||
|
||||
/**
|
||||
* Dependencies.
|
||||
|
|
@ -73,5 +73,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