Skip to content

Commit f796d98

Browse files
committed
MslsAdminBar tested
1 parent c3d45cc commit f796d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/MslsAdminBar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function __construct( MslsOptions $options, MslsBlogCollection $blog_coll
1616
/**
1717
* @codeCoverageIgnore
1818
*/
19-
public function init(): void {
19+
public static function init(): void {
2020
$obj = new MslsAdminBar( msls_options(), msls_blog_collection() );
2121

2222
if ( is_admin_bar_showing() ) {

0 commit comments

Comments
 (0)