mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-11 10: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;
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,6 @@ use phpOMS\Uri\UriFactory;
|
|||
</ul>
|
||||
</nav>
|
||||
<div id="search">
|
||||
<input type="text">
|
||||
<input type="text" name="search-bar">
|
||||
</div>
|
||||
</header>
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
use Modules\Shop\Controller\ShopController;
|
||||
use Modules\Shop\Models\PermissionCategory;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user