Wimble84
Results
1
issues of
Wimble84
Hi ! Symfony: 7.0.3 Doctrine ORM: 3.0 Doctrine Lexer: 3.0 When trying to use JSON_GET_TEXT on postgres DB like this ```php public function findAllByRoles(string $role): array { $qb = $this->createQueryBuilder('u');...