mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
calim schedule
This commit is contained in:
@@ -13,14 +13,14 @@ class ClaimSettle extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'claim:settle {--uid=} {--force=}';
|
||||
protected $signature = 'claim:settle {--uid=} {--force=} {--test=}';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $description = 'Claim settle, options: --uid, --force';
|
||||
protected $description = 'Claim settle, options: --uid, --force, --test';
|
||||
|
||||
/**
|
||||
* Create a new command instance.
|
||||
|
||||
Reference in New Issue
Block a user