Ejemplo n.º 1
0
 public function newNotification()
 {
     $notification = new Notification();
     $notification->user()->associate($this);
     return $notification;
 }