mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:54:05 +00:00
Fix 'no such table'
This commit is contained in:
parent
8beaaaeda7
commit
0fe2d2de87
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
|||
'database.redis.client' => env('TENANCY_TEST_REDIS_CLIENT', 'phpredis'),
|
||||
'tenancy.redis.prefixed_connections' => ['default'],
|
||||
'tenancy.migrations_directory' => database_path('../migrations'),
|
||||
'tenancy.storage.db.connection' => 'central',
|
||||
]);
|
||||
|
||||
if (env('TENANCY_TEST_STORAGE_DRIVER', 'redis') === 'redis') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue