From dd1b31e1df2da81b2f3b5e65f342b0e16e46d686 Mon Sep 17 00:00:00 2001 From: stancl Date: Wed, 18 Sep 2019 16:02:28 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TenantManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TenantManagerTest.php b/tests/TenantManagerTest.php index 2a49d78f..e0b2d6dc 100644 --- a/tests/TenantManagerTest.php +++ b/tests/TenantManagerTest.php @@ -208,7 +208,7 @@ class TenantManagerTest extends TestCase $tenant = Tenant::create(['test2.localhost']); $this->expectException(\Stancl\Tenancy\Exceptions\TenantStorageException::class); - $tenant->id = 'bar'; + $tenant->id = 'bar'; $tenant2 = Tenant::create(['test3.localhost']);