Skip to content

Commit

Permalink
Update User.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 authored Oct 18, 2024
1 parent e46a01c commit 554bc9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/App/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

use Doctrine\DBAL\Types\Types;
use Doctrine\ORM\Mapping as ORM;
use Sonata\UserBundle\Entity\BaseUser;
use Sonata\UserBundle\Entity\BaseUser3;

#[ORM\Entity]
#[ORM\Table(name: 'user__user')]
class User extends BaseUser
class User extends BaseUser3
{
#[ORM\Id]
#[ORM\Column(type: Types::INTEGER)]
Expand Down

0 comments on commit 554bc9d

Please sign in to comment.