Skip to content

Commit

Permalink
feat: update ClientFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lixworth committed Jun 21, 2024
1 parent 209facd commit 9e15bd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.0",
"php": ">=8.1",
"elasticsearch/elasticsearch": "^7.13",
"hyperf/config": "3.1.*",
"hyperf/di": "3.1.*",
Expand Down
2 changes: 2 additions & 0 deletions src/ClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
use Psr\Container\ContainerInterface;
use Swoole\Coroutine;

use function Hyperf\Support\make;

class ClientFactory
{
public function __invoke(ContainerInterface $container): Client
Expand Down

0 comments on commit 9e15bd7

Please sign in to comment.