Skip to content

Commit 0e1c98f

Browse files
authored
fix: use correct scout queue command signature (#10665)
1 parent 65c933d commit 0e1c98f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,10 +536,10 @@ If you are installing Scout into an existing project, you may already have datab
536536
php artisan scout:import "App\Models\Post"
537537
```
538538

539-
The `scout:queue` command may be used to import all of your existing records using [queued jobs](/docs/{{version}}/queues):
539+
The `scout:queue-import` command may be used to import all of your existing records using [queued jobs](/docs/{{version}}/queues):
540540

541541
```shell
542-
php artisan scout:queue "App\Models\Post" --chunk=500
542+
php artisan scout:queue-import "App\Models\Post" --chunk=500
543543
```
544544

545545
The `flush` command may be used to remove all of a model's records from your search indexes:

0 commit comments

Comments
 (0)