simplified the process of adding more search sites
This commit is contained in:
@@ -80,4 +80,8 @@ class bitSearch extends searchBase implements searchInterface
|
||||
$this->rows = $this->parse();
|
||||
return $this;
|
||||
}
|
||||
public static function getLabel(): string
|
||||
{
|
||||
return 'bitsearch';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user