mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:04:03 +00:00
Ditch models for custom repositories
This commit is contained in:
parent
58f488784f
commit
a7cdfdacb4
7 changed files with 284 additions and 274 deletions
|
|
@ -13,8 +13,8 @@ return [
|
|||
],
|
||||
'connection' => null, // Your central database connection. Set to null to use the default connection.
|
||||
'table_names' => [
|
||||
'TenantModel' => 'tenants',
|
||||
'DomainModel' => 'domains',
|
||||
'tenants' => 'tenants',
|
||||
'domains' => 'domains',
|
||||
],
|
||||
],
|
||||
'redis' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue