Skip to content

Commit

Permalink
Change typo of 'then' to 'the'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary authored Jan 21, 2017
1 parent 53ec9c0 commit efdfda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you are manually overriding the `$bootstrappers` array on your HTTP or Consol

#### Channel Model Binding

When defining channel name placeholders in Laravel 5.3, then `*` character is used. In Laravel 5.4, you should define these placeholders using `{foo}` style placeholders, like routes:
When defining channel name placeholders in Laravel 5.3, the `*` character is used. In Laravel 5.4, you should define these placeholders using `{foo}` style placeholders, like routes:

Broadcast::channel('App.User.{userId}', function ($user, $userId) {
return (int) $user->id === (int) $userId;
Expand Down

0 comments on commit efdfda4

Please sign in to comment.