modify plugin name

This commit is contained in:
2022-02-14 11:30:06 +08:00
parent b6f7b2622d
commit fed145a43f
+1 -1
View File
@@ -99,7 +99,7 @@ class Http extends Component
public function initBaseServer(array $config, $daemon)
{
$this->configs = $config;
foreach ($config['port'] as $value) {
foreach ($config['ports'] as $value) {
$this->_addListener($value);
}
}