Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssfinney authored May 26, 2020
1 parent 1544757 commit 50eaa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The package uses the [auto registration feature](https://laravel.com/docs/5.8/pa
1. You will need a ```quickBooksToken``` relationship on your ```User``` model. There is a trait named ```Spinen\QuickBooks\HasQuickBooksToken```, which you can include on your ```User``` model, which will setup the relationship. To do this implement the following:

Add ```use Spinen\QuickBooks\HasQuickBooksToken;``` to your service container at the top of User.php
also add the trait within the class. For example:
and also add the trait within the class. For example:

```class User extends Authenticatable
{
Expand Down

0 comments on commit 50eaa05

Please sign in to comment.