1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 17:04:03 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-10 07:48:08 +00:00 committed by StyleCI Bot
parent 401212bd6c
commit 73223f0b2a
2 changed files with 2 additions and 2 deletions

View file

@ -337,7 +337,7 @@ class TenantManager
if (is_string($driver)) {
$driver = $this->app->make($driver);
}
$this->storage = $driver;
}
}

View file

@ -95,7 +95,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
'tenancy.storage_driver' => DatabaseStorageDriver::class,
]);
tenancy()->setStorageDriver(DatabaseStorageDriver::class);
break;
case '2':
$app['config']->set([