Skip to content

Commit 6e4aef2

Browse files
committed
Merge pull request #123 from symfony-cmf/fix_trans_exception_catching
fix incorrect FQN for MissingTranslationException
2 parents db96ab2 + 5e813ab commit 6e4aef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templating/Helper/CmfHelper.php

+1-1
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)