1
0
Fork 0
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:
Samuel Štancl 2019-08-10 09:25:34 +02:00
parent de025a6a4d
commit 4d7c6b6683
5 changed files with 59 additions and 37 deletions

View file

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