浏览代码

[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;
                 }