diff --git a/docs/tenancy/1.x/what-is-a-tenant.md b/docs/tenancy/1.x/what-is-a-tenant.md index 8cc1e9c4..635261fc 100644 --- a/docs/tenancy/1.x/what-is-a-tenant.md +++ b/docs/tenancy/1.x/what-is-a-tenant.md @@ -17,7 +17,7 @@ in your application you wish to build your business logic around. ## Tenant model contract The contract is required to mark a specific model as your tenant. -Simply have the model implement the method to get started: +Simply have the model implement the contract methods to get started: ```php