1
0
Fork 0
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:
Samuel Štancl 2019-08-10 10:21:00 +02:00
commit 8f41fbfc43

View file

@ -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;
} }
} }