sf4 deprecated: migrate Doctrine ORM mapping to annotation

This commit is contained in:
2020-07-24 18:08:55 +02:00
parent a812a0c132
commit 91c965cda6
2 changed files with 28 additions and 38 deletions

View File

@@ -1,25 +0,0 @@
Chill\ReportBundle\Entity\Report:
type: entity
table: null
id:
id:
type: integer
id: true
generator:
strategy: AUTO
fields:
date:
type: datetime
cFData:
type: json_array
manyToOne:
user:
targetEntity: Chill\MainBundle\Entity\User
person:
targetEntity: Chill\PersonBundle\Entity\Person
scope:
targetEntity: Chill\MainBundle\Entity\Scope
cFGroup:
targetEntity: Chill\CustomFieldsBundle\Entity\CustomFieldsGroup
lifecycleCallbacks: { }