mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 15:14:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
8a25cf2010
commit
b2df92a865
2 changed files with 4 additions and 4 deletions
|
|
@ -187,7 +187,7 @@ class TenantStorageTest extends TestCase
|
||||||
config(['database.default' => 'sqlite']); // fix issue caused by loadMigrationsFrom
|
config(['database.default' => 'sqlite']); // fix issue caused by loadMigrationsFrom
|
||||||
|
|
||||||
config(['tenancy.storage.db.custom_columns' => [
|
config(['tenancy.storage.db.custom_columns' => [
|
||||||
'foo'
|
'foo',
|
||||||
]]);
|
]]);
|
||||||
|
|
||||||
tenancy()->create('foo.localhost');
|
tenancy()->create('foo.localhost');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue