modify mysql result

This commit is contained in:
2022-04-27 13:48:11 +08:00
parent d8005f21f9
commit 4357ac890a
+6 -5
View File
@@ -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 = [])
{