From 5c554f2a249bce02123c550c713463f5d9555256 Mon Sep 17 00:00:00 2001 From: ReWiG Date: Sat, 5 Jul 2025 15:43:53 +0300 Subject: [PATCH] Update configuration.md --- configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index 3681bbb9..072b10fc 100644 --- a/configuration.md +++ b/configuration.md @@ -1,5 +1,5 @@ --- -git: 4223ed3fb9af969df6803cc81a21d5e803236ae0 +git: 6c78ad4185b3c4b1c7cdcf8449d26d9face29f2b --- # Конфигурирование @@ -213,6 +213,7 @@ Config::integer('config-key'); Config::float('config-key'); Config::boolean('config-key'); Config::array('config-key'); +Config::collection('config-key'); ```