WIP on card fields for detail

This commit is contained in:
2024-03-09 17:47:29 +05:00
parent 20dd3a4e57
commit 7015610620
2 changed files with 12 additions and 3 deletions

View File

@@ -296,7 +296,7 @@ class CardRequisite extends Resource
->rules('max:2048', 'mimes:doc,docx,rtf,pdf,jpg,png,jpeg')
->hideWhenCreating()
->canSeeWhen('systemUser', $this),
])
]),
];
}