sender->getUsername() . '/post/' . $this->parameters; } public function getNotificationImage() { return $this->sender->getProfilePicture(); } public function messageForNotification(Notification $notification) { return ['line' => 'users.mentionedPost.single', 'attributes' => [$this->sender->getName()]]; } public function messageForNotifications(array $notifications, $realCount = 0) { } }