*/ class FeatureUpdated extends AdminUpdatedEvent { public function __construct(Feature $feature) { parent::__construct($feature); $this->initializeEmbedFields($feature); } public function shouldSendDiscordMessage(): bool { return $this->getModel()->isNullScope(); } }