fix tests

This commit is contained in:
Dennis Eichhorn 2022-10-08 21:35:00 +02:00
parent e75c6a7fac
commit 6ecf922bb3
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
use phpOMS\Router\RouteVerb;

View File

@ -23,6 +23,6 @@ use phpOMS\Uri\UriFactory;
</ul>
</nav>
<div id="search">
<input type="text">
<input type="text" name="search-bar">
</div>
</header>

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
use Modules\Shop\Controller\ShopController;
use Modules\Shop\Models\PermissionCategory;