mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-13 12:51:24 +00:00
apply rector rules
This commit is contained in:
@@ -15,6 +15,9 @@ use Chill\EventBundle\Entity\Status;
|
||||
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
|
||||
use Doctrine\Persistence\ManagerRegistry;
|
||||
|
||||
/**
|
||||
* @extends \Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository<\Chill\EventBundle\Entity\Status>
|
||||
*/
|
||||
class StatusRepository extends ServiceEntityRepository
|
||||
{
|
||||
public function __construct(ManagerRegistry $registry)
|
||||
|
||||
Reference in New Issue
Block a user