Skip to content

Commit

Permalink
Remove messages from block list
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Oct 15, 2024
1 parent b244174 commit f29cb91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Services/Blocks/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]);
}
Expand Down

0 comments on commit f29cb91

Please sign in to comment.