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,