message; } /** * Determines if the notification can be sent. * * @param mixed $notifiable * @param string $channel * @return bool * * @noinspection PhpUnusedParameterInspection */ public function shouldSend(mixed $notifiable, string $channel): bool { return Config::bool(FlagConstants::ALLOW_DISCORD_NOTIFICATIONS_FLAG_QUALIFIED); } }