From bea8ce16770be8ac73f0ae4b7824bbac80a58182 Mon Sep 17 00:00:00 2001 From: mvenghaus Date: Wed, 15 Mar 2023 11:17:47 +0100 Subject: [PATCH] php 8.2 dynamic property fix --- Model/InjectionRules/RequestWith.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Model/InjectionRules/RequestWith.php b/Model/InjectionRules/RequestWith.php index 9a72ac9..1657864 100644 --- a/Model/InjectionRules/RequestWith.php +++ b/Model/InjectionRules/RequestWith.php @@ -15,6 +15,7 @@ class RequestWith implements RuleInterface { private Http $http; + private RequestInterface $request; public function __construct( Http $http,