Skip to content

Commit

Permalink
Merge pull request #125 from poethrenoff/patch-1
Browse files Browse the repository at this point in the history
Declare property Request::$builder
  • Loading branch information
IsraelOrtuno committed Dec 20, 2022
2 parents ca2b095 + 75ff09b commit 8c50ff7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Http/Request.php
Expand Up @@ -22,6 +22,13 @@ class Request
*/
protected $client;

/**
* The Builder instance.
*
* @var Builder
*/
protected $builder;

/**
* Request constructor.
*
Expand Down

0 comments on commit 8c50ff7

Please sign in to comment.