This commit is contained in:
2020-10-29 11:19:02 +08:00
parent 4cebec3eed
commit 6839b64be8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -16,10 +16,10 @@ use Snowflake\Snowflake;
class Command extends \Console\Command
{
public $command = 'sw:server';
public string $command = 'sw:server';
public $description = 'server start|stop|reload|restart';
public string $description = 'server start|stop|reload|restart';
const ACTIONS = ['start', 'stop', 'restart'];