From 916c6ec2af0f78b095ed58d3b2eed354d775e860 Mon Sep 17 00:00:00 2001 From: Cristian Tudorache Date: Thu, 12 Nov 2020 10:53:47 +0200 Subject: [PATCH] Fix Typo in TenantCouldNotBeIdentifiedById --- ...tBeIdentifiedById.php => TenantCouldNotBeIdentifiedById.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Exceptions/{TenantCountNotBeIdentifiedById.php => TenantCouldNotBeIdentifiedById.php} (92%) diff --git a/src/Exceptions/TenantCountNotBeIdentifiedById.php b/src/Exceptions/TenantCouldNotBeIdentifiedById.php similarity index 92% rename from src/Exceptions/TenantCountNotBeIdentifiedById.php rename to src/Exceptions/TenantCouldNotBeIdentifiedById.php index 28bde14c..14894376 100644 --- a/src/Exceptions/TenantCountNotBeIdentifiedById.php +++ b/src/Exceptions/TenantCouldNotBeIdentifiedById.php @@ -9,7 +9,7 @@ use Facade\IgnitionContracts\ProvidesSolution; use Facade\IgnitionContracts\Solution; use Stancl\Tenancy\Contracts\TenantCouldNotBeIdentifiedException; -class TenantCountNotBeIdentifiedById extends TenantCouldNotBeIdentifiedException implements ProvidesSolution +class TenantCouldNotBeIdentifiedById extends TenantCouldNotBeIdentifiedException implements ProvidesSolution { public function __construct($tenant_id) {