Skip to content

Commit

Permalink
Merge pull request #4854 from mhsdesign/bugfix/AssetControllerCorrect…
Browse files Browse the repository at this point in the history
…DoctrineProxyImport

TASK: Correct `DoctrineProxy` import in AssetController
  • Loading branch information
kitsunet authored Jan 24, 2024
2 parents 8735510 + 232f906 commit 103ce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Media.Browser/Classes/Controller/AssetController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* source code.
*/

use Doctrine\Common\Persistence\Proxy as DoctrineProxy;
use Doctrine\Persistence\Proxy as DoctrineProxy;
use Doctrine\ORM\EntityNotFoundException;
use enshrined\svgSanitize\Sanitizer;
use Neos\Error\Messages\Error;
Expand Down

0 comments on commit 103ce76

Please sign in to comment.