remove unnecessary use in web.php
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good

This commit is contained in:
Bence Pőcze 2023-04-16 22:01:48 +02:00
parent 9fd8453f63
commit 3ec7fc11fa
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -1,6 +1,5 @@
<?php
use Container;
use SokoWeb\Response\HttpResponse;
use SokoWeb\Routing\RouteCollection;
use SokoWeb\Session\DatabaseSessionHandler;