We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9231aae commit f577f0aCopy full SHA for f577f0a
README.md
@@ -49,7 +49,7 @@ use PHLAK\Config;
49
Then instantiate the class:
50
51
```php
52
-$config = new Config\Config($context);
+$config = new Config\Config($context, $prefix = null);
53
```
54
55
Where `$context` is a path to a supported file type, a directory containing one
@@ -207,7 +207,7 @@ $config->has($key, $override = false);
207
Load an additional configuration file:
208
209
210
-$conifg->load($pathToConfig, $override = true);
+$conifg->load($pathToConfig, $prefix = null, $override = true);
211
212
213
Merge two Config objects into one:
0 commit comments