Skip to content

Commit 5e5e874

Browse files
authored
Merge pull request #323 from lloc/refactoring-version-2-8
Bugfix
2 parents 84a4d71 + 912e233 commit 5e5e874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/MslsWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct() {
3232
/**
3333
* @codeCoverageIgnore
3434
*/
35-
public function init(): void {
35+
public static function init(): void {
3636
if ( ! msls_options()->is_excluded() ) {
3737
register_widget( self::class );
3838
}

0 commit comments

Comments
 (0)