Skip to content

Commit c9dfa1c

Browse files
Update src/Type/CoreConfigProvider.php
Co-authored-by: Alex Karajos <alex.merlin.1985@gmail.com>
1 parent 937795d commit c9dfa1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/CoreConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function render(
137137
'driver' => [
138138
'orm_default' => [
139139
'drivers' => [
140-
'Core\\{$entity->getClassName()}\\Entity' => '{$entity->getClassName()}Entities',
140+
'{$entity->getNamespace()}' => '{$entity->getClassName()}Entities',
141141
],
142142
],
143143
'{$entity->getClassName()}Entities' => [

0 commit comments

Comments
 (0)