mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-16 07:04:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
de54b5708c
commit
8206cd07cc
3 changed files with 5 additions and 3 deletions
|
|
@ -7,8 +7,8 @@ namespace Stancl\Tenancy;
|
|||
use Illuminate\Foundation\Application;
|
||||
use Stancl\Tenancy\Jobs\QueuedTenantDatabaseCreator;
|
||||
use Illuminate\Database\DatabaseManager as BaseDatabaseManager;
|
||||
use Stancl\Tenancy\Exceptions\DatabaseManagerNotRegisteredException;
|
||||
use Stancl\Tenancy\Exceptions\TenantDatabaseAlreadyExistsException;
|
||||
use Stancl\Tenancy\Exceptions\DatabaseManagerNotRegisteredException;
|
||||
|
||||
class DatabaseManagerv2
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue