Skip to content

Commit

Permalink
repository fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed Oct 11, 2015
1 parent 1a46d1d commit 4b2e95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SmallUser/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @ORM\Table(name="users", uniqueConstraints={@ORM\UniqueConstraint(name="username_UNIQUE", columns={"username"})})
* @ORM\MappedSuperclass
* @ORM\Entity(repositoryClass="Repository\User")
* @ORM\Entity(repositoryClass="SmallUser\Repository\User")
*/
class User implements UserInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/SmallUser/Entity/UserRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* UserRole
*
* @ORM\Table(name="user_role", indexes={@ORM\Index(name="fk_users_role_users_role1_idx", columns={"parent_id"})})
* @ORM\Entity(repositoryClass="Repository\UserRole")
* @ORM\Entity(repositoryClass="SmallUser\Repository\UserRole")
*/
class UserRole implements UserRoleInterface
{
Expand Down

0 comments on commit 4b2e95b

Please sign in to comment.