Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 361ad4538f |
+10
-1
@@ -536,7 +536,16 @@ class Config
|
||||
$this->usrSwoole = $usrSwoole;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
/**
|
||||
* @param array $configs
|
||||
*/
|
||||
public function __construct(array $configs)
|
||||
{
|
||||
$this->setConfigs($configs);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $configs
|
||||
* @return $this
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user