This commit is contained in:
2024-03-09 17:45:26 +05:00
parent 5159971f24
commit 20dd3a4e57

View File

@@ -293,7 +293,6 @@ class CardRequisite extends Resource
new Panel(__('Ready files'), [
File::make(__('Card requisite'), 'ready_files')
->disk('public')
->rules('max:2048', 'mimes:doc,docx,rtf,pdf,jpg,png,jpeg')
->hideWhenCreating()
->canSeeWhen('systemUser', $this),