alexandre-lxi

Results 3 issues of alexandre-lxi

Since Symfony 5.4, I have an error with the bundle. ``` Attempted to load class "AbstractGuardAuthenticator" from namespace "Symfony\Component\Security\Guard". Did you forget a "use" statement for another namespace? ``` `class...

API Platform version(s) affected: 2.6.8 Description I use a doctrine function in my orderBy but the queyBuilder not recognize it. ->addOrderBy("JSON_GET_FIELD_AS_INTEGER(usuggest.jScores,'{$alpha}')", 'DESC') I have this error code : The alias...

**API Platform version(s) affected**: 2.6.8 **Description** I use a doctrine function in my orderBy but the queyBuilder not recognize it. ->addOrderBy("JSON_GET_FIELD_AS_INTEGER(usuggest.jScores,'{$alpha}')", 'DESC') I have this error code : The alias...