mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-01 01:08:40 +00:00
fix getters/setters
This commit is contained in:
parent
deebb55fd6
commit
4bc569d47a
|
|
@ -166,7 +166,7 @@ final class Application
|
|||
}
|
||||
|
||||
if (!\in_array($response->header->l11n->language, $this->config['language'])) {
|
||||
$response->header->l11n->setLanguage($this->app->l11nServer->getLanguage());
|
||||
$response->header->l11n->setLanguage($this->app->l11nServer->language);
|
||||
}
|
||||
|
||||
$pageView = new QAView($this->app->l11nManager, $request, $response);
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ class Controller extends ModuleAbstract
|
|||
* @var string[]
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $providing = [];
|
||||
public static array $providing = [];
|
||||
|
||||
/**
|
||||
* Dependencies.
|
||||
|
|
@ -72,5 +72,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