Skip to content

Commit

Permalink
Change we to you for consistency with rest of the document
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte committed Jan 13, 2016
1 parent a19631d commit 80be74f
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 @@ -136,7 +136,7 @@ Any attributes that have been added to your `$casts` property as `date` or `date

The global scopes implementation has been re-written to be much easier to use. Your global scopes no longer need a `remove` method, so it may be removed from any global scopes you have written.

If we were calling `getQuery` on an Eloquent query builder to access the underlying query builder instance, you should now call `toBase`.
If you were calling `getQuery` on an Eloquent query builder to access the underlying query builder instance, you should now call `toBase`.

If you were calling the `remove` method directly for any reason, you should change this call to `$eloquentBuilder->withoutGlobalScope($scope)`.

Expand Down

0 comments on commit 80be74f

Please sign in to comment.