mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-25 17:13:49 +00:00
update controller not to extend apiController and make some changes in repository + serializer
This commit is contained in:
@@ -792,7 +792,7 @@ class ChillMainExtension extends Extension implements
|
||||
],
|
||||
],
|
||||
],
|
||||
[
|
||||
/* [
|
||||
'class' => \Chill\MainBundle\Entity\DashboardConfigItem::class,
|
||||
'controller' => \Chill\MainBundle\Controller\DashboardApiController::class,
|
||||
'name' => 'dashboard-config-item',
|
||||
@@ -833,7 +833,7 @@ class ChillMainExtension extends Extension implements
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
],*/
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user