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:
parent
401212bd6c
commit
73223f0b2a
2 changed files with 2 additions and 2 deletions
|
|
@ -337,7 +337,7 @@ class TenantManager
|
|||
if (is_string($driver)) {
|
||||
$driver = $this->app->make($driver);
|
||||
}
|
||||
|
||||
|
||||
$this->storage = $driver;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue