Skip to content

Commit

Permalink
Merge pull request laravel#1680 from T3chn0crat/patch-1
Browse files Browse the repository at this point in the history
Update queues.md
  • Loading branch information
taylorotwell committed Jul 15, 2015
2 parents d1eed58 + 38c6fe8 commit 157cb8a
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 157cb8a

Please sign in to comment.