This commit is contained in:
2020-09-08 19:20:28 +08:00
parent fd2ee25833
commit 1ac4b8f2c3
+3 -2
View File
@@ -43,13 +43,14 @@ use HttpServer\IInterface\Task;
'; ';
$managerName = ucfirst($managerName);
$html .= ' $html .= '
/** /**
* Class ' . ucfirst($managerName) . ' * Class ' . $managerName . '
* @package App\Async * @package App\Async
*/ */
class ' . ucfirst($managerName) . ' implements Task class ' . $managerName . ' implements Task
{ {
protected $params = []; protected $params = [];