Use BoardFormatter to generate the board
This commit is contained in:
@@ -43,8 +43,7 @@ abstract class BaseFilter
|
||||
*/
|
||||
public static function getInstance($value = null)
|
||||
{
|
||||
$self = new static($value);
|
||||
return $self;
|
||||
return new static($value);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user