Skip to content

Commit

Permalink
Modified ORM's readme.md file. Replaced config() method name with set…
Browse files Browse the repository at this point in the history
…Config() in readme.md file.

Issue Fixed: #10265
  • Loading branch information
sohelrana820 committed Feb 20, 2017
1 parent aed66fa commit f43dc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/README.md
Expand Up @@ -26,7 +26,7 @@ specify a driver to use:
```php
use Cake\Datasource\ConnectionManager;

ConnectionManager::config('default', [
ConnectionManager::setConfig('default', [
'className' => 'Cake\Database\Connection',
'driver' => 'Cake\Database\Driver\Mysql',
'database' => 'test',
Expand Down

0 comments on commit f43dc01

Please sign in to comment.