Bug in binding event #3700
Unanswered
aliakbarazizi
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
-
HI,
I saw the code but I'm not quite sure I understood it.
I have a question, isn't this line created a event for every single media on model?
https://github.com/spatie/laravel-medialibrary/blob/main/src/MediaCollections/FileAdder.php#L432
For example if I want to add 100 media to 100 model isn't this line created 100 event callback? and if so, it's a bug right?
Beta Was this translation helpful? Give feedback.
All reactions