Skip to content

Commit

Permalink
symfony insights bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRadu committed Oct 19, 2023
1 parent 6ee5de8 commit d8229fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
<directory suffix=".php">./src</directory>
</include>
</source>
</phpunit>
</phpunit>
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
<directory suffix=".php">./src</directory>
</include>
</source>
</phpunit>
</phpunit>
1 change: 1 addition & 0 deletions src/User/src/Repository/UserRoleRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
namespace Frontend\User\Repository;

use Doctrine\ORM\EntityRepository;
use Dot\AnnotatedServices\Annotation\Entity;

/**
* @Entity(name="Frontend\User\Entity\UserRole")
Expand Down

0 comments on commit d8229fa

Please sign in to comment.