Skip to content

Commit 6c78ad4

Browse files
authored
add Config::collection(() to configuration (#10568)
1 parent 14330cd commit 6c78ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ Config::integer('config-key');
225225
Config::float('config-key');
226226
Config::boolean('config-key');
227227
Config::array('config-key');
228+
Config::collection('config-key');
228229
```
229230

230231
<a name="configuration-caching"></a>

0 commit comments

Comments
 (0)