belongsToMany( User::class, 'notification_user', 'notification_id', 'user_id' )->withTimestamps(); } }