mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-23 22:24:18 +02:00
Updated some config docblocks
This commit is contained in:
@@ -20,7 +20,7 @@ return [
|
||||
*
|
||||
* Possible values: See 'app/translations' folder for available translations.
|
||||
*
|
||||
* Defualt value: en
|
||||
* Defualt value: 'en'
|
||||
*/
|
||||
'language' => Helpers::env('APP_LANGUAGE', 'en'),
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
* Sorting order of files and folders.
|
||||
*
|
||||
* Possible values: type, natural, name, accessed, changed, modified
|
||||
* Default value: type
|
||||
* Default value: 'type'
|
||||
*/
|
||||
'sort_order' => Helpers::env('SORT_ORDER', 'type'),
|
||||
|
||||
|
Reference in New Issue
Block a user