1
0
Fork 0
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:
Samuel Štancl 2019-08-10 15:16:48 +02:00
parent 9296b3806e
commit ef718f26b3
4 changed files with 28 additions and 62 deletions

View file

@ -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',