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) {