Closed bravik closed 3 years ago
Damn, writing an issues makes you find the cause faster...
Hautelook/fixtures create ObjectManagerPersister
manually in DoctrineOrmLoader
.
This issue is not relevant, please close.
You should have a close button below.
Hi,
I'm trying to decorate the
Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
:However it doesn't work.
When I debug container, it seems that services are linked correctly:
However when I dump
$this->persister
inPersisterLoader
it still gets default ObjectManagerPersister:I've also tried to override the persister, but it doesn't work either. Is there anything missing?