Browse Source

Change Proxy class used to Doctrine\Common\Persistence\Proxy

Benoît Burnichon 10 years ago
parent
commit
f9bb48b14e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/JMS/Serializer/Tests/Fixtures/SimpleObjectProxy.php

+ 1 - 1
tests/JMS/Serializer/Tests/Fixtures/SimpleObjectProxy.php

@@ -18,7 +18,7 @@
 
 namespace JMS\Serializer\Tests\Fixtures;
 
-use Doctrine\ORM\Proxy\Proxy;
+use Doctrine\Common\Persistence\Proxy;
 
 class SimpleObjectProxy extends SimpleObject implements Proxy
 {