1
0
Fork 0
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:
Samuel Štancl 2019-10-27 18:10:49 +01:00
parent 58f488784f
commit a7cdfdacb4
7 changed files with 284 additions and 274 deletions

View file

@ -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' => [