From dfaca74a010ccc0e4829cb74fdaa2358ac5e73a0 Mon Sep 17 00:00:00 2001 From: ivanbabenko Date: Sat, 10 Apr 2021 19:56:36 +0200 Subject: [PATCH] Add missing method annotations --- src/Facades/Index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Facades/Index.php b/src/Facades/Index.php index 6345735..9da7b6e 100644 --- a/src/Facades/Index.php +++ b/src/Facades/Index.php @@ -13,6 +13,8 @@ * @method static self putSettingsHard(string $indexName, callable $modifier) * @method static self drop(string $indexName) * @method static self dropIfExists(string $indexName) + * @method static self putAlias(string $indexName, string $aliasName, array $filter = null) + * @method static self deleteAlias(string $indexName, string $aliasName) */ final class Index extends Facade {