Added additional comment

This commit is contained in:
Alex Tselegidis 2021-10-23 13:13:43 +02:00
parent 863caa31fd
commit aad8e38bea
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
/** /**
* Get / set the specified config value. * 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": * Example "Get":
* *
* config('version', '1.0.0'); * config('version', '1.0.0');