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

Merge branch 'fix-pdo-serialization-exception' of github.com:stancl/tenancy into fix-pdo-serialization-exception

This commit is contained in:
Samuel Štancl 2020-02-07 20:42:41 +01:00
commit e403114df3

View file

@ -6,7 +6,6 @@ namespace Stancl\Tenancy\TenantDatabaseManagers;
use Illuminate\Contracts\Config\Repository;
use Illuminate\Database\Connection;
use Illuminate\Database\DatabaseManager as IlluminateDatabaseManager;
use Illuminate\Support\Facades\DB;
use Stancl\Tenancy\Contracts\Future\CanSetConnection;
use Stancl\Tenancy\Contracts\TenantDatabaseManager;