From 7c3c597c53f7f19f75731f9eabdd2277c22e0f24 Mon Sep 17 00:00:00 2001 From: stancl Date: Thu, 19 Sep 2019 18:41:10 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/FacadeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FacadeTest.php b/tests/FacadeTest.php index fee8351f..8422a9bb 100644 --- a/tests/FacadeTest.php +++ b/tests/FacadeTest.php @@ -4,8 +4,8 @@ declare(strict_types=1); namespace Stancl\Tenancy\Tests; -use Tenant; use Tenancy; +use Tenant; class FacadeTest extends TestCase {