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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-11-04 10:52:02 +00:00 committed by StyleCI Bot
parent d3f9b58f8d
commit 1642f96e48
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Stancl\Tenancy\Features;
use Illuminate\Support\Facades\Date;
@ -24,4 +26,4 @@ class Timestamps implements Feature
$tenant->with('deleted_at', Date::now());
});
}
}
}

View file

@ -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;