fix(continuous-integration): correction point phpstan
All checks were successful
Cadoles/nineskeletor/pipeline/pr-master This commit looks good

This commit is contained in:
2022-09-23 14:53:47 +02:00
parent 0ddb71006f
commit 86b11372e7
14 changed files with 4228 additions and 3360 deletions

View File

@ -11,6 +11,8 @@ use App\Service\LdapService;
class Niveau01Repository extends ServiceEntityRepository
{
private $ldapservice;
public function __construct(ManagerRegistry $registry, LdapService $ldapservice)
{
parent::__construct($registry, Niveau01::class);