modify plugin name
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ class Http extends Component
|
|||||||
public function initBaseServer(array $config, $daemon)
|
public function initBaseServer(array $config, $daemon)
|
||||||
{
|
{
|
||||||
$this->configs = $config;
|
$this->configs = $config;
|
||||||
foreach ($config['port'] as $value) {
|
foreach ($config['ports'] as $value) {
|
||||||
$this->_addListener($value);
|
$this->_addListener($value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user