mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 18:16:11 +01:00
CLEANUP: Code Style Issues
This commit is contained in:
parent
499b9d0500
commit
1486799a02
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ class Elasticsearch implements Singleton, ConnectionInterface
|
||||||
{
|
{
|
||||||
$this->withType(
|
$this->withType(
|
||||||
$documentType,
|
$documentType,
|
||||||
function ($type) use($identifier) {
|
function ($type) use ($identifier) {
|
||||||
$type->deleteById($identifier);
|
$type->deleteById($identifier);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue