We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db989e commit 8acb3aaCopy full SHA for 8acb3aa
Resources/doc/groups.md
@@ -242,7 +242,7 @@ Acme\UserBundle\Entity\User:
242
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
243
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping
244
http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
245
- <entity name="Application\Sonata\UserBundle\Entity\User" table="fos_user_user">
+ <entity name="Acme\UserBundle\Entity\User" table="fos_user">
246
<id name="id" column="id" type="integer">
247
<generator strategy="AUTO" />
248
</id>
0 commit comments