Skip to content

Commit

Permalink
Update User.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thislg authored Jun 24, 2024
1 parent 5bd7213 commit d3437cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions faros-ng/user-bundle/3.0/src/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
use Faros\Component\User\Model\User as UserModel;
use Symfony\Component\Security\Core\User\UserInterface;

/**
* @ORM\Entity(repositoryClass=UserRepository::class)
* @ORM\Table(name="faros_user")
*/
#[ORM\Entity(repositoryClass: UserRepository::class)]
#[ORM\Table(name: 'faros_user')]
class User extends UserModel implements UserInterface
Expand Down

0 comments on commit d3437cd

Please sign in to comment.