From 1642f96e4852465b713fc86a163c29f41a1e8a43 Mon Sep 17 00:00:00 2001 From: stancl Date: Mon, 4 Nov 2019 10:52:02 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Features/Timestamps.php | 4 +++- src/Tenant.php | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Features/Timestamps.php b/src/Features/Timestamps.php index 595b5257..a4cbe0d7 100644 --- a/src/Features/Timestamps.php +++ b/src/Features/Timestamps.php @@ -1,5 +1,7 @@ with('deleted_at', Date::now()); }); } -} \ No newline at end of file +} diff --git a/src/Tenant.php b/src/Tenant.php index 237697c7..cdf9f47e 100644 --- a/src/Tenant.php +++ b/src/Tenant.php @@ -8,7 +8,6 @@ use ArrayAccess; use Closure; use Illuminate\Config\Repository; use Illuminate\Foundation\Application; -use Illuminate\Support\Facades\Date; use Illuminate\Support\Str; use Illuminate\Support\Traits\ForwardsCalls; use Stancl\Tenancy\Contracts\Future\CanDeleteKeys;