mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-02-08 03:48:40 +00:00
fix bugs
This commit is contained in:
parent
79fda57a00
commit
f4cc30ea6b
|
|
@ -47,7 +47,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/Surveys/Theme/Backend/styles.css?v=1.0.0');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user