modify plugin name

This commit is contained in:
2022-06-17 14:07:16 +08:00
parent 3e609a48ef
commit 4419b7b237
2 changed files with 11 additions and 6 deletions
+3 -3
View File
@@ -123,12 +123,12 @@ class Connection extends Component
/**
* @param string $name
* @return void
* @return array
* @throws Kiri\Exception\ConfigException
*/
public function check(string $name): void
public function check(string $name): array
{
$this->pool->check($name);
return $this->pool->check($name);
}