From 5980c46449482169890618ca697dfc8809e321be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 30 Dec 2021 19:46:48 +0100 Subject: [PATCH] wip --- composer.json | 2 +- src/Exceptions/TenantCouldNotBeIdentifiedById.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index faeb3d5e..1eeed2bf 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "docker-up": "PHP_VERSION=8.0.11 docker-compose up -d", "docker-down": "PHP_VERSION=8.0.11 docker-compose down", "docker-rebuild": "PHP_VERSION=8.0.11 docker-compose up -d --no-deps --build", - "test": "./test" + "test": "PHP_VERSION=8.0.11 ./test" }, "minimum-stability": "dev", "prefer-stable": true diff --git a/src/Exceptions/TenantCouldNotBeIdentifiedById.php b/src/Exceptions/TenantCouldNotBeIdentifiedById.php index 8fa103ea..5c2e562c 100644 --- a/src/Exceptions/TenantCouldNotBeIdentifiedById.php +++ b/src/Exceptions/TenantCouldNotBeIdentifiedById.php @@ -9,7 +9,7 @@ use Facade\IgnitionContracts\ProvidesSolution; use Facade\IgnitionContracts\Solution; use Stancl\Tenancy\Contracts\TenantCouldNotBeIdentifiedException; -// todo: in v3 this should be suffixed with Exception +// todo: in v4 this should be suffixed with Exception class TenantCouldNotBeIdentifiedById extends TenantCouldNotBeIdentifiedException implements ProvidesSolution { public function __construct($tenant_id)