Skip to content

Commit 5e813ab

Browse files
committed
fix incorrect FQN for MissingTranslationException
1 parent db96ab2 commit 5e813ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templating/Helper/CmfHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
use PHPCR\Util\PathHelper;
1616
use Doctrine\Common\Persistence\ManagerRegistry;
17-
use Doctrine\ODM\PHPCR\Exception\MissingTranslationException;
17+
use Doctrine\ODM\PHPCR\Translation\MissingTranslationException;
1818
use Doctrine\ODM\PHPCR\DocumentManager;
1919
use Symfony\Component\Templating\Helper\Helper;
2020
use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;

0 commit comments

Comments
 (0)