From af94f2c7b69531fc1e7fcc7befbe31c5abdeb516 Mon Sep 17 00:00:00 2001 From: daycry Date: Wed, 4 Aug 2021 11:56:52 +0200 Subject: [PATCH] Class proxy The proxy class in doctrine is different --- src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php b/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php index ec8856f..c5887b1 100644 --- a/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php +++ b/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php @@ -3,7 +3,7 @@ namespace DeepCopy\Matcher\Doctrine; use DeepCopy\Matcher\Matcher; -use Doctrine\Common\Persistence\Proxy; +use Doctrine\Persistence\Proxy; /** * @final