-
how can i delete collection? this code doesn't work: $user->getMedia('user_avatars')->delete() error:
|
Beta Was this translation helpful? Give feedback.
Answered by
drbyte
Feb 23, 2021
Replies: 1 comment
-
In my models I register a
or just call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
freekmurze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my models I register a
deleting
listener:or just call
clearMediaCollection
directly.