8000 [DoctrineBundle] fixed typo · dpb587/symfony@2636e36 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 2636e36

Browse files
committed
[DoctrineBundle] fixed typo
1 parent 52c3bce commit 2636e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/DoctrineBundle/Command/ImportMappingDoctrineCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
8989
$className = $class->name;
9090
$class->name = $bundle->getNamespace().'\\Entity\\'.$className;
9191
if ('annotation' === $type) {
92-
$path = $destPath.'/'.$className.'.orm.php';
92+
$path = $destPath.'/'.$className.'.php';
9393
} else {
9494
$path = $destPath.'/'.$className.'.orm.'.$type;
9595
}

0 commit comments

Comments
 (0)
0