Beispiel #1
0
 /**
  * Creates an entry in the message_notification table for each participant
  * This will be used to determine if a message is read or deleted
  */
 public function createNotifications()
 {
     MessageNotification::make($this->message, $this->message->conversation);
 }