*/ abstract class DocumentUpdatedEvent extends BaseUpdatedEvent { public function getDiscordChannel(): string { return Config::get(ServiceConstants::ADMIN_DISCORD_CHANNEL_QUALIFIED); } protected function getDiscordMessageDescription(): string { return "{$this->privateLabel($this->getModel())} '**{$this->getModel()->getName()}**' has been updated."; } }