改进 命令名称

This commit is contained in:
iVampireSP.com 2022-11-18 18:29:17 +08:00
parent 747c161f96
commit 2ab18b35c6
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -14,7 +14,7 @@ class UserAddBalance extends Command
*
* @var string
*/
protected $signature = 'user:charge {user_id} {amount}';
protected $signature = 'user:add-balance {user_id} {amount}';
/**
* The console command description.