public function newNotification() { $notification = new Notification(); $notification->user()->associate($this); return $notification; }