mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-18 13:18:41 +00:00
fix bugs
This commit is contained in:
parent
2fcc7b2138
commit
ad597919c2
|
|
@ -52,7 +52,7 @@ final class BackendController extends Controller
|
||||||
public function setupStyles(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : void
|
public function setupStyles(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : void
|
||||||
{
|
{
|
||||||
/** @var \phpOMS\Model\Html\Head $head */
|
/** @var \phpOMS\Model\Html\Head $head */
|
||||||
$head = $response->get('Content')->head;
|
$head = $response->data['Content']->head;
|
||||||
$head->addAsset(AssetType::CSS, '/Modules/Kanban/Theme/Backend/css/styles.css?v=1.0.0');
|
$head->addAsset(AssetType::CSS, '/Modules/Kanban/Theme/Backend/css/styles.css?v=1.0.0');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user