Skip to content

Commit

Permalink
Typo : Fixed a minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdabydeen committed Feb 6, 2015
1 parent 04a07fe commit 5d31dee
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 @@ -123,7 +123,7 @@ use Authenticatable, CanResetPassword;

### 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.
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 `Laravel\Cashier\BillableInterface` implement the `Laravel\Cashier\Contracts\Billable` interface instead. No other method changes are required.

### Artisan Commands

Expand Down

0 comments on commit 5d31dee

Please sign in to comment.