mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 07:14:05 +00:00
Remove new interface from MySQLDBManager
This commit is contained in:
parent
aa74b90819
commit
68a9b88332
1 changed files with 1 additions and 2 deletions
|
|
@ -8,10 +8,9 @@ use Illuminate\Contracts\Config\Repository;
|
|||
use Illuminate\Database\Connection;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Stancl\Tenancy\Contracts\Future\CanSetConnection;
|
||||
use Stancl\Tenancy\Contracts\ManagesDatabaseUsers;
|
||||
use Stancl\Tenancy\Contracts\TenantDatabaseManager;
|
||||
|
||||
class MySQLDatabaseManager implements TenantDatabaseManager, CanSetConnection, ManagesDatabaseUsers
|
||||
class MySQLDatabaseManager implements TenantDatabaseManager, CanSetConnection
|
||||
{
|
||||
/** @var string */
|
||||
protected $connection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue