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
@@ -12,8 +12,8 @@ use Snowflake\Abstracts\BaseObject;
abstract class Command extends BaseObject implements CommandInterface
{
public $command = '';
public $description = '';
public string $command = '';
public string $description = '';
/**
* @return string