Sylius/app/Resources/FOSUserBundle/serializer/Model.User.yml
2015-01-25 19:17:50 +06:00

17 lines
376 B
YAML

FOS\UserBundle\Model\User:
exclusion_policy: ALL
properties:
id:
expose: true
email:
expose: true
type: string
username:
expose: true
type: string
firstName:
expose: true
type: string
lastName:
expose: true
type: string