php cs fixes

This commit is contained in:
2023-11-09 19:25:41 +01:00
parent 6d608ab35a
commit 32a103d86a
9 changed files with 48 additions and 56 deletions

View File

@@ -19,7 +19,6 @@ use Chill\MainBundle\Controller\CountryController;
use Chill\MainBundle\Controller\LanguageController;
use Chill\MainBundle\Controller\LocationController;
use Chill\MainBundle\Controller\LocationTypeController;
use Chill\MainBundle\Controller\NewsItemApiController;
use Chill\MainBundle\Controller\NewsItemController;
use Chill\MainBundle\Controller\RegroupmentController;
use Chill\MainBundle\Controller\UserController;
@@ -792,7 +791,7 @@ class ChillMainExtension extends Extension implements
],
],
],
/* [
/* [
'class' => \Chill\MainBundle\Entity\DashboardConfigItem::class,
'controller' => \Chill\MainBundle\Controller\DashboardApiController::class,
'name' => 'dashboard-config-item',