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

Reviewed-on: #60
This commit is contained in:
Bence Pőcze 2023-04-16 22:02:22 +02:00 committed by Gitea
commit 6cb4e06acc
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;