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