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

Update CreateTenantConnection.php

This commit is contained in:
Abrar Ahmad 2022-11-21 15:43:42 +05:00
parent d024de8727
commit 5f51b1bcc0

View file

@ -7,7 +7,6 @@ namespace Stancl\Tenancy\Listeners;
use Stancl\Tenancy\Database\Contracts\TenantWithDatabase;
use Stancl\Tenancy\Database\DatabaseManager;
use Stancl\Tenancy\Events\Contracts\TenancyEvent;
use Stancl\Tenancy\Events\Contracts\TenantEvent;
class CreateTenantConnection
{