@@ -5,7 +5,7 @@ |
||
5 | 5 | use Flextype\Plugin\Acl\Middlewares\AclIsUserLoggedInMiddleware; |
6 | 6 | use Flextype\Plugin\Acl\Middlewares\AclIsUserLoggedInRolesInMiddleware; |
7 | 7 | |
8 | -$app->group('/' . $admin_route, function () use ($app, $flextype) { |
|
8 | +$app->group('/' . $admin_route, function() use ($app, $flextype) { |
|
9 | 9 | |
10 | 10 | // FieldsetsController |
11 | 11 | $app->get('/fieldsets', 'FieldsetsController:index')->setName('admin.fieldsets.index'); |