|
@@ -5,7 +5,7 @@ |
|
|
block discarded – undo |
|
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) : void { |
|
|
8
|
+$app->group('/' . $admin_route, function() use ($app, $flextype) : void { |
|
9
|
9
|
|
|
10
|
10
|
// ThemesController |
|
11
|
11
|
$app->get('/themes', 'ThemesController:index')->setName('admin.themes.index'); |
Please login to merge, or discard this patch.