Replies: 1 comment
-
Hey @uluumbch! Off the top of my head, I think you could update the E.g. - $shortUrl = ShortURL::find(SHORT_URL_ID_HERE);
$shortUrl->update(['deactivated_at' => now()]); Do you think something like this would solve your problem? 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to disable link, which mean i want to edit that link so it's cannot visited again. just like single use concept, but i want to disable the link only if i want to.
How can i achieve that?
Beta Was this translation helpful? Give feedback.
All reactions