-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
phalcon-elasticsearch/src/IndexBuilder.php
Lines 187 to 191 in ef95a6f
| * @todo move this to its own function | |
| */ | |
| if (self::$client->indices()->exists(['index' => $model])) { | |
| self::$client->indices()->delete(['index' => $model]); | |
| } |