Skip to content

Commit

Permalink
Pass ref to attribute Response parent constructor. (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece authored Jan 10, 2022
1 parent c5a5320 commit 8f53ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Attributes/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function __construct(
?array $attachables = null
) {
parent::__construct([
'ref' => $ref ?? Generator::UNDEFINED,
'response' => $response ?? Generator::UNDEFINED,
'description' => $description ?? Generator::UNDEFINED,
'x' => $x ?? Generator::UNDEFINED,
Expand Down

0 comments on commit 8f53ded

Please sign in to comment.