add reverb container, unread attribute in notification pivot table and private channel and event for new register

This commit is contained in:
2026-01-07 16:50:51 +01:00
parent 6eaac7a745
commit 2790026475
33 changed files with 1415 additions and 15 deletions
+4 -2
View File
@@ -61,7 +61,9 @@ class User extends Authenticatable
Notification::class,
'notification_user',
'user_id',
'notification_id'
)->withTimestamps();
'notification_id',
)
->withPivot('unread')
->withTimestamps();
}
}