mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-11 09:28:40 +00:00
fix tests
This commit is contained in:
parent
fe1f845df6
commit
6b8f3d4000
|
|
@ -60,7 +60,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="portlet-head"><?= $this->getHtml('App'); ?></div>
|
||||
<div class="portlet-body">
|
||||
<form>
|
||||
<select>
|
||||
<select name="app">
|
||||
<?php foreach ($apps as $app) : ?>
|
||||
<option><?= $this->printHtml($app->name); ?>
|
||||
<?php endforeach; ?>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
// Modules/tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user