Completed
Branch master (567e0c)
by Vaibhav
05:39
created
Category
public_html/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
 
64 64
 // <editor-fold desc="Routes">
65 65
 
66
-$app->get('/', function () use ($app) {
66
+$app->get('/', function() use ($app) {
67 67
     return $app->redirect($app->url('dashboard'));
68 68
 });
69 69
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 
92 92
 $app->mount('/app', new App\Provider\AppControllerProvider());
93 93
 
94
-$app->before(function () use ($app) {
94
+$app->before(function() use ($app) {
95 95
     $app->addBreadcrumbItem('app', 'dashboard');
96 96
 });
97 97
 
Please login to merge, or discard this patch.