Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
ShouldQueued should be ShouldQueue
  • Loading branch information
Francismori7 committed May 11, 2015
1 parent c466f49 commit cce21ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Frequently you will want to ignore all fired events while unit testing. You may
<a name="queued-event-listeners"></a>
## Queued Event Listeners

Need to [queue](/docs/{{version}}/queues) an event listener? It couldn't be any easier. Simply add the `ShouldQueued` interface to the listener class. Listeners generated by the `event:generate` Artisan command already have this interface imported into the current namespace, so you can use it immediately:
Need to [queue](/docs/{{version}}/queues) an event listener? It couldn't be any easier. Simply add the `ShouldQueue` interface to the listener class. Listeners generated by the `event:generate` Artisan command already have this interface imported into the current namespace, so you can use it immediately:

<?php namespace App\Listeners;

Expand Down

0 comments on commit cce21ae

Please sign in to comment.