Fixed when default value incorrectly showing in switches in app settings

This commit is contained in:
Peter Papp
2020-09-01 07:10:56 +02:00
parent dd1bffec09
commit fde7f0f73b
13 changed files with 594 additions and 849 deletions

View File

@@ -2,7 +2,7 @@
return [
'version' => '1.7.10',
'version' => '1.7.10.1',
// Define size of chunk uploaded by MB. E.g. integer 128 means chunk size will be 128MB.
'chunk_size' => env('CHUNK_SIZE', '128'),