Skip to content

Commit f29cb91

Browse files
Remove messages from block list
1 parent b244174 commit f29cb91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Services/Blocks/Block.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ public function toList(): Collection
341341
'component' => $this->component,
342342
'rules' => $this->getRules(),
343343
'rulesForTranslatedFields' => $this->getRulesForTranslatedFields(),
344-
'messages' => $this->getMessages(),
345344
'max' => $this->type === self::TYPE_REPEATER ? $this->max : null,
346345
]);
347346
}

0 commit comments

Comments
 (0)