You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doctrine uses __call to allow specific findOneBy* methods - you could use MethodExistenceProviderInterface, MethodParamsProviderInterface and MethodReturnTypeProviderInterface to support the functionality, I think?
The text was updated successfully, but these errors were encountered:
Doctrine uses
__call
to allow specificfindOneBy*
methods - you could useMethodExistenceProviderInterface
,MethodParamsProviderInterface
andMethodReturnTypeProviderInterface
to support the functionality, I think?The text was updated successfully, but these errors were encountered: