Add an empty paragraph renderer
[MAILPOET-2614]
This commit is contained in:
9
lib/Form/Block/Paragraph.php
Normal file
9
lib/Form/Block/Paragraph.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Form\Block;
|
||||
|
||||
class Paragraph {
|
||||
public function render(array $block): string {
|
||||
return '';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user