mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 19:04:03 +00:00
Merge branch 'db-storage-driver' of github.com:stancl/tenancy into db-storage-driver
This commit is contained in:
commit
8f41fbfc43
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ class TenantManager
|
||||||
if (is_string($driver)) {
|
if (is_string($driver)) {
|
||||||
$driver = $this->app->make($driver);
|
$driver = $this->app->make($driver);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->storage = $driver;
|
$this->storage = $driver;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue