mirror of
https://github.com/Karaka-Management/oms-Home.git
synced 2026-01-11 12:28:40 +00:00
Continue with getter/setter cleanup
This commit is contained in:
parent
0de2120086
commit
d8179e4f8b
|
|
@ -14,10 +14,10 @@ declare(strict_types=1);
|
|||
|
||||
use phpOMS\Uri\UriFactory;
|
||||
|
||||
$settings = $this->getData('settings') ?? [];
|
||||
$applications = $this->getData('applications') ?? [];
|
||||
$settings = $this->data['settings'] ?? [];
|
||||
$applications = $this->data['applications'] ?? [];
|
||||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
echo $this->data['nav']->render(); ?>
|
||||
|
||||
<div id="iSettings" class="tabview tab-2 url-rewrite">
|
||||
<div class="box wf-100 col-xs-12">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user