Skip to content

Commit

Permalink
Merge pull request #26 from necenzurat/patch-1
Browse files Browse the repository at this point in the history
updated get method to public no 2
  • Loading branch information
SergkeiM authored Aug 26, 2024
2 parents 87ca355 + 0ca47bc commit 5e11e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/ResponseInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ public function json($key = null, $default = null);
* @param mixed $default
* @return mixed
*/
protected function get($target, $key, $default = null);
public function get($target, $key, $default = null);
}

0 comments on commit 5e11e53

Please sign in to comment.