File Field | Prunable is always present when updating a file #4740
Answered
by
crynobone
StanBarrows
asked this question in
Q&A
-
Description:File Field | Prunable is always present when updating a file
|
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Aug 24, 2022
Replies: 1 comment
-
|
You actually looking for Pruning only runs when you delete a Model. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
StanBarrows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You actually looking for
deletable(false). https://nova.laravel.com/docs/4.0/resources/file-fields.html#pruning-deletionPruning only runs when you delete a Model.