feature; } /** * Get Discord channel the message will be sent to. * * @return string */ public function getDiscordChannel(): string { return Config::get(ServiceConstants::ADMIN_DISCORD_CHANNEL_QUALIFIED); } /** * Determine if the message should be sent. * * @return bool */ public function shouldSendDiscordMessage(): bool { return $this->feature->isNullScope(); } }