dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
26 stars 4 forks source link

Move doctrine configuration #226

Closed bidi47 closed 4 months ago

bidi47 commented 4 months ago

move all doctrine configuration parameters from local.php to doctrine.global.php

bidi47 commented 4 months ago

moved doctrine -> configuration, but left doctrine -> connection as it uses the $databases variable solved in https://github.com/dotkernel/api/pull/227