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;