We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5b209 commit 59ccb2bCopy full SHA for 59ccb2b
v5/queues.md
@@ -80,7 +80,7 @@ To pass information along to your job you can send an array of data. The data wi
80
81
```php
82
App\Jobs\MyFirstJob::dispatch([
83
- 'email' => 'kevin@exampl.com',
+ 'email' => 'kevin@example.com',
84
'name' => 'Kevin'
85
]);
86
```
0 commit comments