mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:24:04 +00:00
Bootstrapper tests
This commit is contained in:
parent
73fc525126
commit
6f4b9f486c
20 changed files with 266 additions and 79 deletions
|
|
@ -8,7 +8,7 @@ use Stancl\Tenancy\Database\Models\Tenant;
|
|||
return [
|
||||
'tenant_model' => Tenant::class,
|
||||
'domain_model' => Domain::class,
|
||||
'internal_prefix' => 'tenancy_',
|
||||
'internal_column_prefix' => 'tenancy_',
|
||||
|
||||
'central_connection' => 'central',
|
||||
'template_tenant_connection' => null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue