Skip to content

Commit

Permalink
Update queues.md
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
BryanHeath committed Jul 14, 2015
1 parent 5928582 commit 38c6fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ As noted above, if an exception occurs while the job is being processed, it will
<a name="pushing-jobs-onto-the-queue"></a>
## Pushing Jobs Onto The Queue

The default Laravel controller located in `app/Http/Controllers/Controller.php` uses a `DispatchesJob` trait. This trait provides several methods allowing you to conveniently push jobs onto the queue, such as the `dispatch` method:
The default Laravel controller located in `app/Http/Controllers/Controller.php` uses a `DispatchesJobs` trait. This trait provides several methods allowing you to conveniently push jobs onto the queue, such as the `dispatch` method:

<?php

Expand Down

0 comments on commit 38c6fe8

Please sign in to comment.