1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Updated search-regen command description

This commit is contained in:
Dan Brown
2017-10-01 17:51:59 +01:00
parent 6b1980c4f3
commit 2b3d6e4e4a

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;