Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Feb 13, 2020
1 parent 0386c26 commit 6a9eb20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ return [
'proxy_dir' => get('doctrine.configuration.default.proxy_dir'),
'proxy_namespace' => get('doctrine.configuration.default.proxy_namespace'),
'proxy_auto_generate' => get('doctrine.configuration.default.proxy_auto_generate'),
'sql_logger' => get('doctrine.configuration.default.sql_logger'),
],
],

Expand All @@ -61,6 +62,7 @@ return [
'doctrine.configuration.default.proxy_dir' => string('{app.root}/database/proxies'),
'doctrine.configuration.default.proxy_namespace' => 'DoctrineProxies',
'doctrine.configuration.default.proxy_auto_generate' => true,
'doctrine.configuration.default.sql_logger' => null,
];
```

Expand Down

0 comments on commit 6a9eb20

Please sign in to comment.