message; } /** * Determines if the notification can be sent. * * @noinspection PhpUnusedParameterInspection */ public function shouldSend(mixed $notifiable, string $channel): bool { return Feature::for(null)->active(FeatureConstants::ALLOW_DISCORD_NOTIFICATIONS); } }