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?
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?