mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:34:03 +00:00
wip
This commit is contained in:
parent
d3712dfacc
commit
0ac7fb74d6
4 changed files with 20 additions and 22 deletions
|
|
@ -55,7 +55,7 @@ return [
|
|||
'mysql' => 'Stancl\Tenancy\TenantDatabaseManagers\MySQLDatabaseManager',
|
||||
'pgsql' => 'Stancl\Tenancy\TenantDatabaseManagers\PostgreSQLDatabaseManager',
|
||||
],
|
||||
'tenancy_bootstrappers' => [
|
||||
'bootstrappers' => [
|
||||
'database' => 'Stancl\Tenancy\TenancyBootstrappers\DatabaseTenancyBootstrapper',
|
||||
'cache' => 'Stancl\Tenancy\TenancyBootstrappers\CacheTenancyBootstrapper',
|
||||
'filesystem' => 'Stancl\Tenancy\TenancyBootstrappers\FilesystemTenancyBootstrapper',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue