*/ class FeatureCreated extends AdminCreatedEvent { public function shouldSendDiscordMessage(): bool { return $this->getModel()->isNullScope(); } }