mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Person attibutes name and surname become firstname and lastname
This commit is contained in:
@@ -8,10 +8,10 @@ Chill\PersonBundle\Entity\Person:
|
||||
id: true
|
||||
generator:
|
||||
strategy: AUTO
|
||||
name:
|
||||
firstName:
|
||||
type: string
|
||||
length: 255
|
||||
surname:
|
||||
lastName:
|
||||
type: string
|
||||
length: 255
|
||||
dateOfBirth:
|
||||
|
Reference in New Issue
Block a user