mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 12:33:49 +00:00
update php-cs-fixer and rector + fix rules
This commit is contained in:
@@ -86,7 +86,7 @@ class CreateFieldsOnGroupCommand extends Command
|
||||
$em = $this->entityManager;
|
||||
|
||||
$customFieldsGroups = $em
|
||||
->getRepository(\Chill\CustomFieldsBundle\Entity\CustomFieldsGroup::class)
|
||||
->getRepository(CustomFieldsGroup::class)
|
||||
->findAll();
|
||||
|
||||
if (0 === \count($customFieldsGroups)) {
|
||||
|
Reference in New Issue
Block a user