Completed
Push — master ( 86c274...593017 )
by Alexis
02:06
created
config/routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 $app->get('/', 'app.controller:home')->setName('home');
4 4
 
5
-$app->group('', function () {
5
+$app->group('', function() {
6 6
     $this->map(['GET', 'POST'], '/login', 'auth.controller:login')->setName('login');
7 7
     $this->map(['GET', 'POST'], '/register', 'auth.controller:register')->setName('register');
8 8
 })->add($container['guest.middleware']);
Please login to merge, or discard this patch.