Skip to content

Commit 62dd0ec

Browse files
fix: typo
1 parent 86ac9c8 commit 62dd0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CmfRoutingBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private function findDoctrineOrmCompiler()
6565
{
6666
$symfonyVersion = class_exists('Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\RegisterMappingsPass');
6767

68-
if (symfonyVersion && class_exists('Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass')) {
68+
if ($symfonyVersion && class_exists('Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass')) {
6969
return 'Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass';
7070
}
7171

0 commit comments

Comments
 (0)