mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Use \ElasticSearch in IRCScraper class
This commit is contained in:
@@ -348,7 +348,7 @@ class IRCScraper extends IRCClient
|
||||
'id' => $parameters['id'],
|
||||
];
|
||||
|
||||
Elasticsearch::index($data);
|
||||
\Elasticsearch::index($data);
|
||||
} else {
|
||||
$this->sphinxsearch->insertPredb($parameters);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user