소스 검색

[DoctrineBundle] fixed typo

Fabien Potencier 14 년 전
부모
커밋
2636e36bbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bundle/DoctrineBundle/Command/ImportMappingDoctrineCommand.php

+ 1 - 1
src/Symfony/Bundle/DoctrineBundle/Command/ImportMappingDoctrineCommand.php

@@ -89,7 +89,7 @@ EOT
                 $className = $class->name;
                 $class->name = $bundle->getNamespace().'\\Entity\\'.$className;
                 if ('annotation' === $type) {
-                    $path = $destPath.'/'.$className.'.orm.php';
+                    $path = $destPath.'/'.$className.'.php';
                 } else {
                     $path = $destPath.'/'.$className.'.orm.'.$type;
                 }