Skip to content

Commit

Permalink
change namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesFreeman authored and hailwood committed Dec 18, 2024
1 parent 3373d8c commit c0e3549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/credential-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For the package to know which model you want to use, you will need to call the f

```php
use Webfox\Xero\Xero;
use App\Models\User;
use App\Models\Settings;

Xero::useModelStore(Settings::first());
```
Expand Down

0 comments on commit c0e3549

Please sign in to comment.