|
@@ -7,10 +7,6 @@ |
|
|
block discarded – undo |
|
7
|
7
|
use Psi\Component\ObjectAgent\AgentInterface; |
|
8
|
8
|
use Doctrine\ODM\PHPCR\DocumentManagerInterface; |
|
9
|
9
|
use Doctrine\Common\Util\ClassUtils; |
|
10
|
|
-use Psi\Component\ObjectAgent\Agent\Doctrine\Event\PhpcrOdmObjectEvent; |
|
11
|
|
-use Psi\Component\ObjectAgent\Agent\Doctrine\Event\ObjectEvent; |
|
12
|
|
-use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
13
|
|
-use Psi\Component\ObjectAgent\Events; |
|
14
|
10
|
use Psi\Component\ObjectAgent\Query\Query; |
|
15
|
11
|
use Psi\Component\ObjectAgent\Exception\ObjectNotFoundException; |
|
16
|
12
|
use Doctrine\Common\Persistence\Mapping\MappingException; |
Please login to merge, or discard this patch.