mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-16 20:38:41 +00:00
autofixes
This commit is contained in:
parent
ae2b870859
commit
98e103af72
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
use phpOMS\Account\PermissionType;
|
use phpOMS\Account\PermissionType;
|
||||||
use phpOMS\Localization\ISO639Enum;
|
use phpOMS\Localization\ISO639Enum;
|
||||||
use phpOMS\Uri\UriFactory;
|
|
||||||
|
|
||||||
$permissions = $this->permissions;
|
$permissions = $this->permissions;
|
||||||
$categories = ISO639Enum::getConstants();
|
$categories = ISO639Enum::getConstants();
|
||||||
|
|
@ -188,7 +187,7 @@ $categories = ISO639Enum::getConstants();
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="portlet-foot">
|
<div class="portlet-foot">
|
||||||
<input type="Submit" value="<?= $this->getHtml('Add', '0', '0') ?>">
|
<input type="Submit" value="<?= $this->getHtml('Add', '0', '0'); ?>">
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user