diff --git a/src/Services/Blocks/Block.php b/src/Services/Blocks/Block.php index 3189867ef..63cbef342 100644 --- a/src/Services/Blocks/Block.php +++ b/src/Services/Blocks/Block.php @@ -341,7 +341,6 @@ public function toList(): Collection 'component' => $this->component, 'rules' => $this->getRules(), 'rulesForTranslatedFields' => $this->getRulesForTranslatedFields(), - 'messages' => $this->getMessages(), 'max' => $this->type === self::TYPE_REPEATER ? $this->max : null, ]); }