* many things
This commit is contained in:
@@ -6,10 +6,10 @@ return [
|
||||
'orm_default' => [
|
||||
'class' => \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain::class,
|
||||
'drivers' => [
|
||||
'App\Entity' => 'my_entity',
|
||||
'App\Entity' => 'app_entity',
|
||||
],
|
||||
],
|
||||
'my_entity' => [
|
||||
'app_entity' => [
|
||||
'class' => \Doctrine\ORM\Mapping\Driver\AnnotationDriver::class,
|
||||
'cache' => 'array',
|
||||
'paths' => __DIR__ . '/../../src/App/Entity',
|
||||
|
||||
Reference in New Issue
Block a user