mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:14:04 +00:00
wip
This commit is contained in:
parent
8b39ad0090
commit
e6ededa608
1 changed files with 2 additions and 2 deletions
|
|
@ -3,14 +3,14 @@
|
|||
return [
|
||||
'storage_driver' => 'Stancl\Tenancy\StorageDrivers\DatabaseStorageDriver',
|
||||
'storage' => [
|
||||
'db' => [
|
||||
'db' => [ // Stancl\Tenancy\StorageDrivers\DatabaseStorageDriver
|
||||
'data_column' => 'data',
|
||||
'custom_columns' => [
|
||||
// 'plan',
|
||||
],
|
||||
'connection' => 'central',
|
||||
],
|
||||
'redis' => [
|
||||
'redis' => [ // Stancl\Tenancy\StorageDrivers\RedisStorageDriver
|
||||
'connection' => 'tenancy',
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue