Skip to content

Commit

Permalink
Simplify documentation. Use good defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 8, 2018
1 parent f449682 commit e6ef62d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ORM/README.md
Expand Up @@ -32,7 +32,8 @@ ConnectionManager::setConfig('default', [
'database' => 'test',
'username' => 'root',
'password' => 'secret',
'cacheMetadata' => false // If set to `true` you need to install the optional "cakephp/cache" package.
'cacheMetadata' => true,
'quoteIdentifiers' => false,
]);
```

Expand Down

0 comments on commit e6ef62d

Please sign in to comment.