mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:04:03 +00:00
Remove config from TestCase
This commit is contained in:
parent
7d5e08544d
commit
38e71639ed
1 changed files with 0 additions and 1 deletions
|
|
@ -99,7 +99,6 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
||||||
'tenancy.redis.prefixed_connections' => ['default'],
|
'tenancy.redis.prefixed_connections' => ['default'],
|
||||||
'tenancy.migration_paths' => [database_path('../migrations')],
|
'tenancy.migration_paths' => [database_path('../migrations')],
|
||||||
'tenancy.storage_drivers.db.connection' => 'central',
|
'tenancy.storage_drivers.db.connection' => 'central',
|
||||||
'tenancy.storage_drivers.db.cache_store' => null, // TODO REMOVE THIS BEFORE MERGING TO 2.X
|
|
||||||
'tenancy.bootstrappers.redis' => \Stancl\Tenancy\TenancyBootstrappers\RedisTenancyBootstrapper::class,
|
'tenancy.bootstrappers.redis' => \Stancl\Tenancy\TenancyBootstrappers\RedisTenancyBootstrapper::class,
|
||||||
'queue.connections.central' => [
|
'queue.connections.central' => [
|
||||||
'driver' => 'sync',
|
'driver' => 'sync',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue