Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -4,7 +4,7 @@ namespace MailPoet\Form\Block;
|
||||
|
||||
class Segment extends Base {
|
||||
|
||||
static function render($block) {
|
||||
public static function render($block) {
|
||||
$html = '';
|
||||
|
||||
$field_name = 'data[' . static::getFieldName($block) . ']';
|
||||
|
Reference in New Issue
Block a user