This commit is contained in:
2024-03-24 17:36:16 +01:00
parent aece0cb92a
commit 2ef4de0dba
17 changed files with 139 additions and 255 deletions

View File

@@ -9,7 +9,7 @@ use Core\Objects\Search\SearchQuery;
class Search extends Request {
public function __construct(Context $context, bool $externalCall = false, array $params = array()) {
public function __construct(Context $context, bool $externalCall = false) {
parent::__construct($context, $externalCall, [
"text" => new StringType("text", 32)
]);