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