mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-26 01:23:49 +00:00
php cs fixer
This commit is contained in:
@@ -564,7 +564,7 @@ class ChillMainExtension extends Extension implements
|
||||
],
|
||||
'view' => [
|
||||
'role' => 'ROLE_ADMIN',
|
||||
'template' => '@ChillMain/NewsItem/view_admin.html.twig'
|
||||
'template' => '@ChillMain/NewsItem/view_admin.html.twig',
|
||||
],
|
||||
'edit' => [
|
||||
'role' => 'ROLE_ADMIN',
|
||||
@@ -573,7 +573,7 @@ class ChillMainExtension extends Extension implements
|
||||
'delete' => [
|
||||
'role' => 'ROLE_ADMIN',
|
||||
'template' => '@ChillMain/NewsItem/delete.html.twig',
|
||||
]
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user