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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-17 20:18:52 +00:00 committed by StyleCI Bot
parent 060a4bc525
commit f2aa779f2d
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@
namespace Stancl\Tenancy\Middleware; namespace Stancl\Tenancy\Middleware;
use Closure; use Closure;
use Laravel\Telescope\Telescope;
class InitializeTenancy class InitializeTenancy
{ {

View file

@ -2,8 +2,8 @@
namespace Stancl\Tenancy; namespace Stancl\Tenancy;
use Stancl\Tenancy\Commands\Run;
use Laravel\Telescope\Telescope; use Laravel\Telescope\Telescope;
use Stancl\Tenancy\Commands\Run;
use Stancl\Tenancy\Commands\Seed; use Stancl\Tenancy\Commands\Seed;
use Illuminate\Cache\CacheManager; use Illuminate\Cache\CacheManager;
use Stancl\Tenancy\Commands\Install; use Stancl\Tenancy\Commands\Install;