clean up scheduled commands
also add comments to each command
This commit is contained in:
@@ -12,14 +12,14 @@ class SyncHoldingData extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'holding-data:refresh';
|
||||
protected $signature = 'holding-data:sync';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $description = 'Refresh holdings';
|
||||
protected $description = 'Syncs holdings with transactions and dividends';
|
||||
|
||||
/**
|
||||
* Create a new command instance.
|
||||
|
||||
Reference in New Issue
Block a user