'new_follower', 'title' => __('api.notifications.new_follower_title'), 'body' => __('api.notifications.new_follower_body', [ 'name' => $this->follower->name ?: __('api.notifications.someone'), ]), 'url' => MobileDeepLink::to("users/{$this->follower->getKey()}"), ]; } }