We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7603b53 commit 2f89574Copy full SHA for 2f89574
1 file changed
docs/basic-usage.md
@@ -24,6 +24,8 @@ $settings = service('settings')->getMany([
24
]);
25
```
26
27
+Unlike `get()`, which returns a single value, `getMany()` returns an array keyed by the exact setting names you requested.
28
+
29
In this case we used the short class name, `App`, which the `config()` method automatically locates within the
30
`app/Config` directory. If it was from a module, it would be found there. Either way, the fully qualified name
31
is automatically detected by the Settings class to keep values separated from config files that may share the
0 commit comments