Completed
Push — master ( 60a880...ee8c10 )
by Vaibhav
01:55
created
public_html/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 
86 86
 $app->mount('/app', new App\Provider\AppControllerProvider());
87 87
 
88
-$app->before(function () use ($app) {
88
+$app->before(function() use ($app) {
89 89
     $app->addBreadcrumbItem('app', 'dashboard');
90 90
 });
91 91
 
Please login to merge, or discard this patch.