mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-24 12:54:44 +02:00
Fixed typo in name of TwoStepORMAdapter
This commit is contained in:
parent
608bd247af
commit
1b276c5eae
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue