Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -4,7 +4,7 @@ namespace MailPoet\Form\Block;
|
||||
|
||||
class Submit extends Base {
|
||||
|
||||
static function render($block) {
|
||||
public static function render($block) {
|
||||
$html = '';
|
||||
|
||||
$html .= '<p class="mailpoet_paragraph"><input type="submit" class="mailpoet_submit" ';
|
||||
|
Reference in New Issue
Block a user