Skip to content

Commit

Permalink
Add RemindableTrait and UserTrait deprecation/renaming to the upgrade…
Browse files Browse the repository at this point in the history
… guide.
  • Loading branch information
mattstauffer committed Feb 5, 2015
1 parent 4c3d4d4 commit 85ff0d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ implements AuthenticatableContract, CanResetPasswordContract
use Authenticatable, CanResetPassword;
```

**If you used them, remove `Illuminate\Auth\Reminders\RemindableTrait` and `Illuminate\Auth\UserTrait` from your use block and your class declaration.**

### Cashier User Changes

The name of the trait and interface used by [Laravel Cashier](/docs/5.0/billing) has changed. Instead of using `BillableTrait`, use the `Laravel\Cashier\Billable` trait. And, instead of `Larave\Cashier\BillableInterface` implement the `Laravel\Cashier\Contracts\Billable` interface instead. No other method changes are required.
Expand Down

0 comments on commit 85ff0d5

Please sign in to comment.