mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 15:34:04 +00:00
get rid of TenantModel interface
This commit is contained in:
parent
9296b3806e
commit
ef718f26b3
4 changed files with 28 additions and 62 deletions
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
return [
|
||||
'storage_driver' => 'Stancl\Tenancy\StorageDrivers\DatabaseStorageDriver',
|
||||
'tenant_model' => 'Stancl\Tenancy\Tenant',
|
||||
'db_storage' => [
|
||||
'data_column' => 'data',
|
||||
'custom_columns' => [],
|
||||
],
|
||||
'tenant_route_namespace' => 'App\Http\Controllers',
|
||||
'exempt_domains' => [
|
||||
// 'localhost',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue