Fixed file group max file size validation..

This commit is contained in:
Cüneyt Şentürk
2022-09-07 16:32:17 +03:00
parent e7a05d12ae
commit 3a32a7b026
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,8 @@ class File extends Form
$this->options = $options;
}
$this->options['maxFilesize'] = config('filesystems.max_size');
return view('components.form.group.file');
}
}