Skip to content

Commit

Permalink
Remove aliasMap, see doctrine/orm#8818
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Pichat committed Aug 25, 2023
1 parent 14d3276 commit 10f7d55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private function createAnnotationMappingDriver($moduleNamespace, $moduleEntityDi
$driverDefinition->addMethodCall('addExcludePaths', [[$indexFile]]);
}

return new DoctrineOrmMappingsPass($driverDefinition, [$moduleNamespace], [], false, [$modulePrefix => $moduleNamespace]);
return new DoctrineOrmMappingsPass($driverDefinition, [$moduleNamespace], [], false, []);
}

/**
Expand Down

0 comments on commit 10f7d55

Please sign in to comment.