mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 05:14:03 +00:00
add TenantModel interface, fix issues pointed out by @carlos-mora
This commit is contained in:
parent
de025a6a4d
commit
4d7c6b6683
5 changed files with 59 additions and 37 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
return [
|
||||
'storage_driver' => 'Stancl\Tenancy\StorageDrivers\RedisStorageDriver',
|
||||
'tenant_model' => 'Stancl\Tenancy\Tenant',
|
||||
'tenant_route_namespace' => 'App\Http\Controllers',
|
||||
'exempt_domains' => [
|
||||
// 'localhost',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue