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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-11 18:19:53 +00:00 committed by StyleCI Bot
parent a9877bc1e4
commit 978996b647

View file

@ -10,7 +10,6 @@ use Illuminate\Support\Facades\Route;
use Stancl\Tenancy\Commands\Rollback; use Stancl\Tenancy\Commands\Rollback;
use Illuminate\Support\ServiceProvider; use Illuminate\Support\ServiceProvider;
use Stancl\Tenancy\Commands\TenantList; use Stancl\Tenancy\Commands\TenantList;
use Stancl\Tenancy\Interfaces\TenantModel;
use Stancl\Tenancy\Interfaces\StorageDriver; use Stancl\Tenancy\Interfaces\StorageDriver;
use Stancl\Tenancy\Interfaces\ServerConfigManager; use Stancl\Tenancy\Interfaces\ServerConfigManager;