Skip to content

Commit 09e137d

Browse files
committed
放开 Command 中的 __construct 方法
1 parent d2ea412 commit 09e137d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Soli/Console/Command.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,4 @@
1313
*/
1414
class Command extends Component
1515
{
16-
/**
17-
* Task constructor.
18-
*/
19-
final public function __construct()
20-
{
21-
}
2216
}

0 commit comments

Comments
 (0)