Loading config/autoload/database.local.php.distdeleted 100644 → 0 +0 −34 Original line number Diff line number Diff line <?php return [ 'doctrine' => [ 'connection' => [ 'orm_default' => [ 'driverClass' => 'Doctrine\DBAL\Driver\OCI8\Driver', 'params' => [ 'host' => 'XXXXX', 'dbname' => 'XXXXX', 'port' => 'XXXXX', 'user' => 'XXXXX', 'password' => 'XXXXX', 'charset' => 'AL32UTF8', ], ], ], 'driver' => [ 'orm_default_xml_driver' => [ 'class' => 'Doctrine\ORM\Mapping\Driver\XmlDriver', 'cache' => 'array', 'paths' => [ __DIR__ . '/../../module/ImportData/src/V1/Entity/Db/Mapping', ], ], 'orm_default' => [ 'class' => 'Doctrine\ORM\Mapping\Driver\DriverChain', 'drivers' => [ 'ImportData\V1\Entity\Db' => 'orm_default_xml_driver', ], ], ], ], ]; Loading
config/autoload/database.local.php.distdeleted 100644 → 0 +0 −34 Original line number Diff line number Diff line <?php return [ 'doctrine' => [ 'connection' => [ 'orm_default' => [ 'driverClass' => 'Doctrine\DBAL\Driver\OCI8\Driver', 'params' => [ 'host' => 'XXXXX', 'dbname' => 'XXXXX', 'port' => 'XXXXX', 'user' => 'XXXXX', 'password' => 'XXXXX', 'charset' => 'AL32UTF8', ], ], ], 'driver' => [ 'orm_default_xml_driver' => [ 'class' => 'Doctrine\ORM\Mapping\Driver\XmlDriver', 'cache' => 'array', 'paths' => [ __DIR__ . '/../../module/ImportData/src/V1/Entity/Db/Mapping', ], ], 'orm_default' => [ 'class' => 'Doctrine\ORM\Mapping\Driver\DriverChain', 'drivers' => [ 'ImportData\V1\Entity\Db' => 'orm_default_xml_driver', ], ], ], ], ];