Passed
Push — master ( e7f23e...f5f59c )
by Ferry
04:24
created
src/routes.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     if (Request::is(env('CB_ADMIN_PATH'))) {
57 57
         if($dashboard = cbConfig("ADMIN_DASHBOARD_CONTROLLER")) {
58 58
             cb()->routeGet("/", $dashboard);
59
-        }else{
59
+        } else{
60 60
             cb()->routeGet("/", "\crocodicstudio\crudbooster\controllers\AdminDashboardController@getIndex");
61 61
         }
62 62
     }
Please login to merge, or discard this patch.