From f29cb91f105af92d8f4aebcf6c69767fcd909771 Mon Sep 17 00:00:00 2001 From: Antonio Carlos Ribeiro Date: Tue, 15 Oct 2024 11:22:49 +0200 Subject: [PATCH] Remove messages from block list --- src/Services/Blocks/Block.php | 1 - 1 file changed, 1 deletion(-) 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, ]); }