소스 검색

Merge pull request #351 from bburnichon/bugfix/doctrine-proxy

Change Proxy class used to Doctrine\Common\Persistence\Proxy
Johannes 10 년 전
부모
커밋
42da677690
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 {