mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-15 07:48:41 +00:00
fix getters/setters
This commit is contained in:
parent
90d4bed874
commit
0928f51993
|
|
@ -166,7 +166,7 @@ final class Application
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!\in_array($response->header->l11n->language, $this->config['language'])) {
|
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 ShopView($this->app->l11nManager, $request, $response);
|
$pageView = new ShopView($this->app->l11nManager, $request, $response);
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,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 = [
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -73,5 +73,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 = [];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user