formatting

This commit is contained in:
Taylor Otwell 2018-05-09 08:16:29 -05:00
parent 0ed812581f
commit 990deec516
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ If you are installing Scout into an existing project, you may already have datab
php artisan scout:import "App\Post"
Scout also provides a `flush` Artisan command to erase all records from your existing search indexes:
The `flush` command may be used to remove all of a model's records from your search indexes:
php artisan scout:flush "App\Post"