mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-10 15:29:41 +00:00
fixes after merge of master into upgrade-sf4
This commit is contained in:
@@ -18,9 +18,7 @@ use Symfony\Component\Form\Exception\TransformationFailedException;
|
||||
|
||||
class CustomFieldsGroupToIdTransformer implements DataTransformerInterface
|
||||
{
|
||||
public function __construct(private readonly ObjectManager $om)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly ObjectManager $om) {}
|
||||
|
||||
/**
|
||||
* Transforms a string (id) to an object (CustomFieldsGroup).
|
||||
|
Reference in New Issue
Block a user