mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-16 16:28:41 +00:00
fix bugs
This commit is contained in:
parent
369da82583
commit
ac9c3e7621
|
|
@ -123,7 +123,7 @@ final class BackendController extends Controller
|
||||||
*/
|
*/
|
||||||
public function viewOrganigram(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : RenderableInterface
|
public function viewOrganigram(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : RenderableInterface
|
||||||
{
|
{
|
||||||
$response->get('Content')
|
$response->data['Content']
|
||||||
->getData('head')
|
->getData('head')
|
||||||
->addAsset(AssetType::CSS, 'Modules/Organization/Theme/Backend/css/styles.css?v=1.0.0');
|
->addAsset(AssetType::CSS, 'Modules/Organization/Theme/Backend/css/styles.css?v=1.0.0');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user