Skip to content

Commit

Permalink
get=>query
Browse files Browse the repository at this point in the history
  • Loading branch information
boxunsoft committed Jun 24, 2020
1 parent 6ddb80c commit 2315087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BagTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trait BagTrait
*
* @return InputBag
*/
public function get(): InputBag
public function query(): InputBag
{
return $this->req->query;
}
Expand Down

0 comments on commit 2315087

Please sign in to comment.