mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-18 13:18:43 +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\Localization\ISO639Enum;
|
||||
use phpOMS\Uri\UriFactory;
|
||||
|
||||
$permissions = $this->permissions;
|
||||
$categories = ISO639Enum::getConstants();
|
||||
|
|
@ -188,7 +187,7 @@ $categories = ISO639Enum::getConstants();
|
|||
</div>
|
||||
</div>
|
||||
<div class="portlet-foot">
|
||||
<input type="Submit" value="<?= $this->getHtml('Add', '0', '0') ?>">
|
||||
<input type="Submit" value="<?= $this->getHtml('Add', '0', '0'); ?>">
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user