Skip to content

Commit

Permalink
Update tower.php
Browse files Browse the repository at this point in the history
  • Loading branch information
amirfaramarzi authored Mar 31, 2022
1 parent b79434d commit e25ada2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/tower.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down Expand Up @@ -137,4 +137,4 @@ function env($key, $default = null): string|bool|null

return $value;
}
}
}

0 comments on commit e25ada2

Please sign in to comment.