Updated doctrine cache config to default value

Change-Id: I435d5f25dcf3c0b42b513f6318ef4336aa14c918
This commit is contained in:
smarcet 2020-01-27 18:24:20 -03:00
parent 6ea622b4f8
commit 55866e58ee
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ return [
*/
'managers' => [
'model' => [
'dev' => env('APP_DEBUG'),
'dev' => env('APP_DEBUG', false),
'meta' => env('DOCTRINE_METADATA', 'annotations'),
'connection' => 'openstackid',
'namespaces' => [