Skip to content

Commit c0e3549

Browse files
JamesFreemanhailwood
authored andcommitted
change namespace
1 parent 3373d8c commit c0e3549

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
@@ -29,7 +29,7 @@ For the package to know which model you want to use, you will need to call the f
2929

3030
```php
3131
use Webfox\Xero\Xero;
32-
use App\Models\User;
32+
use App\Models\Settings;
3333

3434
Xero::useModelStore(Settings::first());
3535
```

0 commit comments

Comments
 (0)