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 3373d8c commit c0e3549Copy full SHA for c0e3549
docs/credential-storage.md
@@ -29,7 +29,7 @@ For the package to know which model you want to use, you will need to call the f
29
30
```php
31
use Webfox\Xero\Xero;
32
-use App\Models\User;
+use App\Models\Settings;
33
34
Xero::useModelStore(Settings::first());
35
```
0 commit comments