Replies: 1 comment
-
Hey. Running in to this same exact 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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
Post
class with a polymorphicComment
exactly as defined in Laravel's documentationThe
Post
class also has theBroadcastsEvents
trait, and theComment
hasprotected $touches = ['commentable']
.I've noticed that the
Post
gets itsupdated_at
property updated when a new comment gets added, but there is noPostUpdated
event that is fired throughBroadcastsEvents
.Is this intended or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions