Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -4,7 +4,7 @@ namespace MailPoet\Form\Block;
|
||||
|
||||
class Divider {
|
||||
|
||||
static function render() {
|
||||
public static function render() {
|
||||
return '<hr class="mailpoet_divider" />';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user