Updated search-regen command description

This commit is contained in:
Dan Brown 2017-10-01 17:51:59 +01:00
parent 6b1980c4f3
commit 2b3d6e4e4a
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -19,7 +19,7 @@ class RegenerateSearch extends Command
* *
* @var string * @var string
*/ */
protected $description = 'Command description'; protected $description = 'Re-index all content for searching';
protected $searchService; protected $searchService;