mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-02-15 17:38:40 +00:00
fix tests
This commit is contained in:
parent
e75c6a7fac
commit
6ecf922bb3
|
|
@ -1,4 +1,5 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
use phpOMS\Router\RouteVerb;
|
use phpOMS\Router\RouteVerb;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,6 @@ use phpOMS\Uri\UriFactory;
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<div id="search">
|
<div id="search">
|
||||||
<input type="text">
|
<input type="text" name="search-bar">
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
use Modules\Shop\Controller\ShopController;
|
use Modules\Shop\Controller\ShopController;
|
||||||
use Modules\Shop\Models\PermissionCategory;
|
use Modules\Shop\Models\PermissionCategory;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user