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;