I'm using Symfony 4.4 and ODM bundle ^4. I'm using loggable extension and it's complaining about not finding class "Doctrine\ODM\MongoDB\DocumentRepository" in "Gedmo\Loggable\Document\Repository\LogEntryRepository". I checked and the class is under "Doctrine\ODM\MongoDB\Repository\DocumentRepository".
I'm using Symfony 4.4 and ODM bundle ^4. I'm using loggable extension and it's complaining about not finding class "Doctrine\ODM\MongoDB\DocumentRepository" in "Gedmo\Loggable\Document\Repository\LogEntryRepository". I checked and the class is under "Doctrine\ODM\MongoDB\Repository\DocumentRepository".