This commit is contained in:
Касымов Нурлан 2017-04-17 12:19:40 +00:00 committed by GitHub
commit a4d22591d3
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class DbProvider implements Fenom\ProviderInterface {
```php
$provider = new DbProvider();
$fenom->setProvider("db", $provider, "/tmp/cached/db");
$fenom->addProvider("db", $provider, "/tmp/cached/db");
```
Теперь источник можно использовать.