code fixes

This commit is contained in:
Dennis Eichhorn 2024-03-15 20:24:38 +00:00
parent 4913145b7f
commit c334075cc7

View File

@ -53,6 +53,15 @@ final class BackendController extends Controller
return $view;
}
/**
* Load code highlighting libraries for frontend
*
* @param ResponseAbstract $response Response
*
* @return void
*
* @since 1.0.0
*/
private function loadCodeHighlighting(ResponseAbstract $response) : void
{
$head = $response->data['Content']->head;