Skip to content

Commit

Permalink
Update using-a-custom-tenant-model.md (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoresuenert authored Aug 23, 2024
1 parent 4c2db0e commit 45dea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/using-a-custom-tenant-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You should specify the class name of your model in the `tenant_model` key of the

You don't have to extend our `Tenant` model. For example if you use Laravel Jetstream, then you probably want to use `Team` model provided by that package as your tenant model.

To accomplish that, you can implement the `IsTenant` interface and use trait `ImplementsTenant` to fulfill that intervace.
To accomplish that, you can implement the `IsTenant` interface and use trait `ImplementsTenant` to fulfill that interface.

Here's an example:

Expand Down

0 comments on commit 45dea4e

Please sign in to comment.