We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4441258 commit 6912e17Copy full SHA for 6912e17
docs/credential-storage.md
@@ -30,7 +30,7 @@ For the package to know which model you want to use, you will need to call the f
30
```php
31
use Webfox\Xero\Xero;
32
33
-Xero::useModelStore(Settings::class);
+Xero::useModelStore(User::find(Auth::user()->id));
34
```
35
36
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