This commit is contained in:
2024-03-09 17:44:28 +05:00
parent 9eb890e008
commit 5159971f24

View File

@@ -295,9 +295,7 @@ class CardRequisite extends Resource
File::make(__('Card requisite'), 'ready_files')
->disk('public')
->rules('max:2048', 'mimes:doc,docx,rtf,pdf,jpg,png,jpeg')
->onlyOnForms()
->hideWhenCreating()
->showOnUpdating()
->canSeeWhen('systemUser', $this),
])
];