Skip to content

Commit 8acb3aa

Browse files
committed
Update groups.md
1 parent 7db989e commit 8acb3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Acme\UserBundle\Entity\User:
242242
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
243243
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping
244244
http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
245-
<entity name="Application\Sonata\UserBundle\Entity\User" table="fos_user_user">
245+
<entity name="Acme\UserBundle\Entity\User" table="fos_user">
246246
<id name="id" column="id" type="integer">
247247
<generator strategy="AUTO" />
248248
</id>

0 commit comments

Comments
 (0)