Passed
Branch master (634da9)
by refat
03:15
created
routes/admin/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
   'middleware' => ['Authenticate', 'Permissions']
9 9
 ];
10 10
 
11
-$app->route->group($adminOptions, function ($route) {
11
+$app->route->group($adminOptions, function($route) {
12 12
     $route->add('/', 'Home');
13 13
     $route->add('/home', 'Home');
14 14
 });
Please login to merge, or discard this patch.