1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 09:54:03 +00:00

[4.x] Make the ImpersonationToken model configurable (#1335)

* Make the ImpersonationToken model configurable, resolve #1315

* Add type definition

* Make phpstan happy
This commit is contained in:
Samuel Štancl 2025-03-18 18:42:08 +01:00 committed by GitHub
parent 37a0f1a713
commit 95dd906de2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 6 deletions

View file

@ -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.