Skip to content

Commit

Permalink
php 8.2 dynamic property fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvenghaus authored Mar 15, 2023
1 parent 2b60b30 commit bea8ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Model/InjectionRules/RequestWith.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
class RequestWith implements RuleInterface
{
private Http $http;
private RequestInterface $request;

public function __construct(
Http $http,
Expand Down

0 comments on commit bea8ce1

Please sign in to comment.