mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-01-28 15:28:42 +00:00
fix bugs
This commit is contained in:
parent
bf783c9986
commit
772b384c27
|
|
@ -49,7 +49,7 @@ final class BackendController extends Controller
|
|||
*/
|
||||
public function setUpBackend(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : void
|
||||
{
|
||||
$head = $response->get('Content')->head;
|
||||
$head = $response->data['Content']->head;
|
||||
$head->addAsset(AssetType::CSS, '/Modules/QA/Theme/Backend/styles.css?v=1.0.0');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user