Skip to content

Commit

Permalink
Update multitenancy.php
Browse files Browse the repository at this point in the history
  • Loading branch information
masterix21 committed Jul 18, 2024
1 parent 6d49def commit 0863889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/multitenancy.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
/*
* This class is the model used for storing configuration on tenants.
*
* It must implement `Spatie\Multitenancy\Contracts\IsTenant::class` interface
* It must extend `Spatie\Multitenancy\Models\Tenant::class` or
* implement `Spatie\Multitenancy\Contracts\IsTenant::class` interface
*/
'tenant_model' => Tenant::class,

Expand Down

0 comments on commit 0863889

Please sign in to comment.