From 8fb41adb1f9a456565c7eb089f591826f1f75d0b Mon Sep 17 00:00:00 2001 From: Takeshi Yu Date: Sun, 23 Apr 2023 18:29:34 +0800 Subject: [PATCH] format style and remove not used class --- src/Exceptions/TenantNotFoundException.php | 13 ------------- src/TenancyManager.php | 1 - tests/Feature/ResolveTenantTest.php | 2 +- 3 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 src/Exceptions/TenantNotFoundException.php diff --git a/src/Exceptions/TenantNotFoundException.php b/src/Exceptions/TenantNotFoundException.php deleted file mode 100644 index 0fa4ddf..0000000 --- a/src/Exceptions/TenantNotFoundException.php +++ /dev/null @@ -1,13 +0,0 @@ -get('http://foo.tenantify.test/home'); $response->assertStatus(404); -}); \ No newline at end of file +});