Skip to content

Commit

Permalink
Fix tests with older Symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Apr 22, 2024
1 parent 5781c9d commit d4c6e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Dbp\Relay\FrontendBundle\Entity;

use Symfony\Component\Serializer\Attribute\Groups;
use Symfony\Component\Serializer\Annotation\Groups;

class User
{
Expand Down

0 comments on commit d4c6e56

Please sign in to comment.