trypost/app/Events
Paulo Castellano 4f3d9ff015 refactor: prefer string interpolation over concatenation for channel names
Convert all 'foo.'.$bar style concatenations to "foo.{$bar}" interpolation
in event broadcast channels (PostCreated, PostDeleted, PostCommentCreated,
PostPlatformStatusUpdated, NotificationCreated) and the related event
tests.

Document the convention in CLAUDE.md so new code follows the pattern.
2026-05-08 19:22:01 -03:00
..
Ai refactor: introduce VideoPreview component and standardize media handling across post previews 2026-05-08 18:30:11 -03:00
NotificationCreated.php refactor: prefer string interpolation over concatenation for channel names 2026-05-08 19:22:01 -03:00
PostCommentCreated.php refactor: prefer string interpolation over concatenation for channel names 2026-05-08 19:22:01 -03:00
PostCreated.php refactor: prefer string interpolation over concatenation for channel names 2026-05-08 19:22:01 -03:00
PostDeleted.php refactor: prefer string interpolation over concatenation for channel names 2026-05-08 19:22:01 -03:00
PostPlatformStatusUpdated.php refactor: prefer string interpolation over concatenation for channel names 2026-05-08 19:22:01 -03:00