1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 15:54:03 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-07 14:41:21 +00:00 committed by StyleCI Bot
parent 34b29b4954
commit 01bff54b18

View file

@ -16,7 +16,6 @@ use Stancl\Tenancy\Commands\Rollback;
use Illuminate\Support\ServiceProvider;
use Stancl\Tenancy\Commands\TenantList;
use Stancl\Tenancy\Interfaces\StorageDriver;
use Stancl\Tenancy\Interfaces\ServerConfigManager;
class TenancyServiceProvider extends ServiceProvider
{