mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
treview - fix typo in b7945798c18a8d7c15c1a78aaba28e56231e3f7a
This commit is contained in:
parent
d8127632e1
commit
0a3621bb08
@ -54,7 +54,7 @@ class FirewallController extends IndexController
|
||||
*/
|
||||
protected function templateCSSIncludes()
|
||||
{
|
||||
return array_merge(parent::templateJSIncludes(), ['/css/jqtree.css']);
|
||||
return array_merge(parent::templateCSSIncludes(), ['/css/jqtree.css']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -52,7 +52,7 @@ class SystemController extends IndexController
|
||||
*/
|
||||
protected function templateCSSIncludes()
|
||||
{
|
||||
return array_merge(parent::templateJSIncludes(), ['/css/jqtree.css']);
|
||||
return array_merge(parent::templateCSSIncludes(), ['/css/jqtree.css']);
|
||||
}
|
||||
|
||||
public function memoryAction()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user