mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:34:03 +00:00
Fix #998, properly replace ALL tenant_id literals
This commit is contained in:
parent
8a00a105d0
commit
2a39b0526a
11 changed files with 35 additions and 22 deletions
|
|
@ -14,7 +14,7 @@ return [
|
|||
'domain' => Stancl\Tenancy\Database\Models\Domain::class,
|
||||
|
||||
/**
|
||||
* Name of the column used to for ->tenant() relationships.
|
||||
* Name of the column used to relate models to tenants.
|
||||
*
|
||||
* This is used by the HasDomains trait, and models that use the BelongsToTenant trait (used in single-database tenancy).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue