Fixed typo in name of TwoStepORMAdapter

This commit is contained in:
Jan Böhmer 2023-10-06 13:08:46 +02:00
parent 608bd247af
commit 1b276c5eae
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ use Symfony\Component\OptionsResolver\OptionsResolver;
* This way we save the overhead of the fetch join query for the count and counting, which can be very slow, cause
* no indexes can be used.
*/
class TwoStepORMAdapater extends ORMAdapter
class TwoStepORMAdapter extends ORMAdapter
{
private \Closure $detailQueryCallable;