Completed
Push — master ( a5bc07...2c097a )
by Alexis
01:55
created
src/Admin/Resources/config/routing.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-$app->group('/admin', function () {
3
+$app->group('/admin', function() {
4 4
     $this->get('', 'admin.controller:home')
5 5
         ->setName('admin.home');
6 6
 })->add($container['auth.middleware']('admin'));
Please login to merge, or discard this patch.