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

Apply fixes from StyleCI

This commit is contained in:
stancl 2020-05-03 02:01:15 +00:00 committed by StyleCI Bot
parent 15e45fa551
commit df19eb1821
3 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,6 @@ declare(strict_types=1);
namespace Stancl\Tenancy\Tests;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Str;
use Stancl\Tenancy\Tenant;
use Stancl\Tenancy\Tests\Etc\User;