mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:04:03 +00:00
Add use statement for DB facade
This commit is contained in:
parent
5170d4ccde
commit
89953ba1ec
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ namespace Stancl\Tenancy\TenantDatabaseManagers;
|
|||
|
||||
use Illuminate\Contracts\Config\Repository;
|
||||
use Illuminate\Database\Connection;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Stancl\Tenancy\Contracts\Future\CanSetConnection;
|
||||
use Stancl\Tenancy\Contracts\TenantDatabaseManager;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue