From f2aa779f2d8faa0409d49defce13ff403160dc9d Mon Sep 17 00:00:00 2001 From: stancl Date: Sat, 17 Aug 2019 20:18:52 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Middleware/InitializeTenancy.php | 1 - src/TenancyServiceProvider.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Middleware/InitializeTenancy.php b/src/Middleware/InitializeTenancy.php index c0539eb6..10f41819 100644 --- a/src/Middleware/InitializeTenancy.php +++ b/src/Middleware/InitializeTenancy.php @@ -3,7 +3,6 @@ namespace Stancl\Tenancy\Middleware; use Closure; -use Laravel\Telescope\Telescope; class InitializeTenancy { diff --git a/src/TenancyServiceProvider.php b/src/TenancyServiceProvider.php index ff734b64..e5f239d6 100644 --- a/src/TenancyServiceProvider.php +++ b/src/TenancyServiceProvider.php @@ -2,8 +2,8 @@ namespace Stancl\Tenancy; -use Stancl\Tenancy\Commands\Run; use Laravel\Telescope\Telescope; +use Stancl\Tenancy\Commands\Run; use Stancl\Tenancy\Commands\Seed; use Illuminate\Cache\CacheManager; use Stancl\Tenancy\Commands\Install;