mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-11 18:48:41 +00:00
automated phpcs fixes
This commit is contained in:
parent
fc11f5115e
commit
69dae414b1
|
|
@ -173,7 +173,7 @@ final class Application
|
||||||
$head = new Head();
|
$head = new Head();
|
||||||
|
|
||||||
$pageView->setData('unitId', $this->app->unitId);
|
$pageView->setData('unitId', $this->app->unitId);
|
||||||
$pageView->data['head'] = $head;
|
$pageView->head = $head;
|
||||||
$response->set('Content', $pageView);
|
$response->set('Content', $pageView);
|
||||||
|
|
||||||
/* App only allows GET */
|
/* App only allows GET */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user