Skip to content

Commit

Permalink
Merge pull request #69 from mvenghaus/fix/php82
Browse files Browse the repository at this point in the history
php 8.2 dynamic property fix
  • Loading branch information
slackerzz authored Mar 15, 2023
2 parents 2b60b30 + bea8ce1 commit 306de1b
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 306de1b

Please sign in to comment.