Add --force option to RebuildTrackCache

This commit is contained in:
Kelvin Zhang 2015-10-26 19:50:58 +00:00
parent 9470faaaa2
commit fdb95560e7

View file

@ -32,7 +32,8 @@ class RebuildTrackCache extends Command
* *
* @var string * @var string
*/ */
protected $signature = 'track-cache:rebuild'; protected $signature = 'track-cache:rebuild
[--force : Skip all prompts.]';
/** /**
* The console command description. * The console command description.