This commit is contained in:
2020-10-30 01:07:28 +08:00
parent 6f50927574
commit afb9a4694d
10 changed files with 20 additions and 11 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
namespace Gii;
@@ -16,10 +16,10 @@ use Snowflake\Snowflake;
class Command extends \Console\Command
{
public $command = 'sw:gii';
public string $command = 'sw:gii';
public $description = 'server start|stop|reload|restart';
public string $description = 'server start|stop|reload|restart';
/**