mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 04:54:03 +00:00
Make the ImpersonationToken model configurable, resolve #1315
This commit is contained in:
parent
8960a83047
commit
9c843bf2ed
3 changed files with 21 additions and 7 deletions
|
|
@ -15,6 +15,7 @@ return [
|
|||
'models' => [
|
||||
'tenant' => Stancl\Tenancy\Database\Models\Tenant::class,
|
||||
'domain' => Stancl\Tenancy\Database\Models\Domain::class,
|
||||
'impersonation_token' => Stancl\Tenancy\Database\Models\ImpersonationToken::class,
|
||||
|
||||
/**
|
||||
* Name of the column used to relate models to tenants.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue