mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-11 04:48:41 +00:00
code fixes
This commit is contained in:
parent
4913145b7f
commit
c334075cc7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user