This commit is contained in:
2023-07-31 23:13:44 +08:00
parent ba3df62cb5
commit 371a1590bb
+2 -4
View File
@@ -15,11 +15,9 @@ class Task implements TaskInterface
{
/**
* @param ServerInterface $server
* @var ServerInterface
*/
public function __construct(public ServerInterface $server)
{
}
public ServerInterface $server;
/**