modify mysql result
This commit is contained in:
+6
-5
@@ -89,11 +89,12 @@ class ServerManager extends Component
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param ContainerInterface $container
|
||||
* @param array $config
|
||||
* @throws Exception
|
||||
*/
|
||||
/**
|
||||
* @param ContainerInterface $container
|
||||
* @param TaskManager $manager
|
||||
* @param array $config
|
||||
* @throws Exception
|
||||
*/
|
||||
public function __construct(public ContainerInterface $container,
|
||||
public TaskManager $manager, array $config = [])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user