Disable timestamp when updating on nova #3554
Unanswered
danialwafiy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Is there a way to disable the timestamp when the resource is being edited on nova. I know that we can put on the model
public $timestamps = false;
but that would disable the whole timestamp. I just need it to be disabled when updating resource on nova.
Beta Was this translation helpful? Give feedback.
All reactions