Skip to content

Commit 6912e17

Browse files
JamesFreemanhailwood
authored andcommitted
Fix docs issue
1 parent 4441258 commit 6912e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/credential-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For the package to know which model you want to use, you will need to call the f
3030
```php
3131
use Webfox\Xero\Xero;
3232

33-
Xero::useModelStore(Settings::class);
33+
Xero::useModelStore(User::find(Auth::user()->id));
3434
```
3535

3636
By default, the package will use the `xero_credentials` field, Should you need to rename this field, you can do so by calling:

0 commit comments

Comments
 (0)