1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 11:34:03 +00:00

Null connection test

This commit is contained in:
Samuel Štancl 2019-09-20 16:57:53 +02:00
parent 2f6f0e4d50
commit 65b2c6ceee
2 changed files with 17 additions and 1 deletions

View file

@ -10,7 +10,7 @@ return [
'custom_columns' => [
// 'plan',
],
'connection' => null, // todo verify this works
'connection' => null,
'table_names' => [
'TenantModel' => 'tenants',
'DomainModel' => 'domains',