druzhga

Results 1 issues of druzhga

Hello, I have an entity for translations: ```php /** * @ORM\Entity(repositoryClass=TranslationRepository::class) * @ORM\Table(schema="dataset", indexes={ * @ORM\Index(name="dataset_translation_idx", columns={"locale", "object_class", "field", "foreign_key"}) * }) */ class Translation extends AbstractTranslation ``` When I...