From aad8e38bea72d62a6b7ade56c864cdeb16890279 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 23 Oct 2021 13:13:43 +0200 Subject: [PATCH] Added additional comment --- application/helpers/config_helper.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/helpers/config_helper.php b/application/helpers/config_helper.php index 1ee828f0..2981a813 100644 --- a/application/helpers/config_helper.php +++ b/application/helpers/config_helper.php @@ -13,6 +13,8 @@ /** * Get / set the specified config value. + * + * If an array is passed as the key, we will assume you want to set an array of values. * * Example "Get": *