mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
Add --force option to RebuildTrackCache
This commit is contained in:
parent
9470faaaa2
commit
fdb95560e7
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ class RebuildTrackCache extends Command
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'track-cache:rebuild';
|
||||
protected $signature = 'track-cache:rebuild
|
||||
[--force : Skip all prompts.]';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
|
|
Loading…
Reference in a new issue