Completed
Pull Request — master (#2)
by Mikołaj
15:25 queued 05:27
created
src/routes.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use App\Middleware\AuthMiddleware\UserMiddleware;
4 3
 use App\Middleware\AuthMiddleware\GuestMiddleware;
4
+use App\Middleware\AuthMiddleware\UserMiddleware;
5 5
 
6 6
 // All access routes
7 7
 $app->get('/', 'IndexController:index')->setName('home');
Please login to merge, or discard this patch.