mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Use \Elasticsearch
This commit is contained in:
@@ -152,7 +152,7 @@ class ReleaseFile extends Model
|
||||
'id' => $id,
|
||||
];
|
||||
|
||||
Elasticsearch::update($data);
|
||||
\Elasticsearch::update($data);
|
||||
}
|
||||
} else {
|
||||
(new SphinxSearch())->updateRelease($id);
|
||||
|
||||
Reference in New Issue
Block a user