Skip to content

Commit

Permalink
Merge pull request #3293 from acrobat/replace-deprecation-proxy-inter…
Browse files Browse the repository at this point in the history
…face

[UtilitiesBundle] Replace deprecated doctrine proxy interface
  • Loading branch information
acrobat authored Jun 15, 2023
2 parents 0823bd0 + b3790a2 commit e81ea01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kunstmaan/UtilitiesBundle/Helper/ClassLookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Kunstmaan\UtilitiesBundle\Helper;

use Doctrine\ORM\Proxy\Proxy;
use Doctrine\Common\Proxy\Proxy;

/**
* Helper for looking up the classname, not the ORM proxy
Expand Down

0 comments on commit e81ea01

Please sign in to comment.