Skip to content
Snippets Groups Projects
Commit 2636e36b authored by Fabien Potencier's avatar Fabien Potencier
Browse files

[DoctrineBundle] fixed typo

parent 52c3bce5
Branches
Tags v2.0.0BETA2
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment