正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -12,14 +12,14 @@ class RefreshToken extends Command | @@ -12,14 +12,14 @@ class RefreshToken extends Command | ||
| 12 | * | 12 | * |
| 13 | * @var string | 13 | * @var string |
| 14 | */ | 14 | */ |
| 15 | - protected $signature = 'tiktok-shop:refresh.token'; | 15 | + protected string $signature = 'tiktok-shop:refresh.token'; |
| 16 | 16 | ||
| 17 | /** | 17 | /** |
| 18 | * The console command description. | 18 | * The console command description. |
| 19 | * | 19 | * |
| 20 | * @var string | 20 | * @var string |
| 21 | */ | 21 | */ |
| 22 | - protected $description = 'The refresh tiktok shop token'; | 22 | + protected string $description = 'The refresh tiktok shop token'; |
| 23 | 23 | ||
| 24 | /** | 24 | /** |
| 25 | * Create a new command instance. | 25 | * Create a new command instance. |
-
请 注册 或 登录 后发表评论