Merge pull request 'remove unnecessary use in web.php' (!24) from bugfix/remove-unnecessary-use into master
All checks were successful
rvr-nextgen/pipeline/head This commit looks good

Reviewed-on: #24
This commit is contained in:
Bence Pőcze 2023-04-16 22:07:30 +02:00 committed by Gitea
commit d2ef9bb18a
Signed by: Gitea
GPG Key ID: 7B89B83EED9AD2C6

View File

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