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)