Skip to content

Commit

Permalink
listener : Change lifecycleeventargs namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Large committed Jan 5, 2021
1 parent 380bd3b commit eb23639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EventListener/DoctrineListener.php
Expand Up @@ -5,7 +5,7 @@

use Adlarge\FixturesDocumentationBundle\Exception\DuplicateIdFixtureException;
use Adlarge\FixturesDocumentationBundle\Service\FixturesDocumentationManager;
use Doctrine\Common\Persistence\Event\LifecycleEventArgs;
use Doctrine\ORM\Event\LifecycleEventArgs;
use ReflectionException;

class DoctrineListener
Expand Down Expand Up @@ -34,4 +34,4 @@ public function postPersist(LifecycleEventArgs $args)
$this->documentationManager->getDocumentation()->addFixtureEntity($entity);
}
}
}
}

0 comments on commit eb23639

Please sign in to comment.