Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 2, 2018
1 parent 1baadfe commit 78fbcbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ To get started with Laravel Tinker, simply run:

From your console, execute the `php artisan tinker` command.

### Dispatching jobs
### Dispatching Jobs

The `dispatch` helper function as well as the `dispatch` method on your `Dispatchable` class depend on garbage collection to place the job on the queue. Therefore, when using Artisan `tinker`, you should use `Bus::dispatch` or `Queue::push` instead.
The `dispatch` helper function and `dispatch` method on the `Dispatchable` class depends on garbage collection to place the job on the queue. Therefore, when using `tinker`, you should use `Bus::dispatch` or `Queue::push` to dispatch jobs.

## License

Expand Down

0 comments on commit 78fbcbf

Please sign in to comment.