diff --git a/src/helpers/tower.php b/src/helpers/tower.php index 678ff9e..bda99c3 100644 --- a/src/helpers/tower.php +++ b/src/helpers/tower.php @@ -5,7 +5,7 @@ use Tower\Queue; use Tower\Authentication\Auth; use Tower\Response; -use Elasticsearch\Client; +use Elastic\Elasticsearch\Client; use Tower\Redis; if (! function_exists('basePath')) { @@ -137,4 +137,4 @@ function env($key, $default = null): string|bool|null return $value; } -} \ No newline at end of file +}