You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating an observe for Multicaret\Acquaintances\Models\Friendship, the created event fires fine, but when listening for updated and deleted, neither event fires. Is it not possible to use Observers to watch for model changes?
The text was updated successfully, but these errors were encountered:
Looks like it's down to how models are updated - by design. Though I am curious as to why Friendship is never sent through to events and only ever get $recipient and sender
I'm creating an observe for
Multicaret\Acquaintances\Models\Friendship
, thecreated
event fires fine, but when listening forupdated
anddeleted
, neither event fires. Is it not possible to use Observers to watch for model changes?The text was updated successfully, but these errors were encountered: