Skip to content

Commit

Permalink
Removing dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Vison committed May 10, 2018
1 parent cf38cab commit 112de24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions EventSubscriber/DoctrineEventSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ private function processEntity(EntityManagerInterface $em, $entity)
if (null !== ($annotation = $annotationReader->getPropertyAnnotation($property, SyncParent::class))) {
$getter = $annotation->getter;
$parent = $entity->$getter();
dump($parent);
die;
// Using ClassUtils as $parent is actually a Proxy of the class
$reflrectionParent = new \ReflectionClass(ClassUtils::getClass($parent));
$syncParentAnnotation = $annotationReader->getClassAnnotation($reflrectionParent, SyncEntity::class);
Expand Down

0 comments on commit 112de24

Please sign in to comment.