Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mac committed Dec 25, 2018
1 parent 865e5fe commit 136241f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icons/AbstractMenuIcons.php
Expand Up @@ -6,7 +6,7 @@ abstract class AbstractMenuIcons implements IMenuIcons
{
private static $instance = null;

public function forge()
public static function forge()
{
if (is_null(self::$instance))
self::$instance = new static;
Expand Down

0 comments on commit 136241f

Please sign in to comment.