Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Error in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
roelvanduijnhoven committed Jul 9, 2021
1 parent 6322c21 commit 6b07d07
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,7 @@ class MyController extends AbstractActionController
// Do some work

$this->queue->push(
EmailJob::create([
'john@doe.com',
'Just hi',
'Hi, I want to say hi!'
]),
EmailJob::create('john@doe.com', 'Just hi', 'Hi, I want to say hi!'),
['delay' => 60]
);
}
Expand Down

0 comments on commit 6b07d07

Please sign in to comment.