Skip to content

Commit

Permalink
🐛 addresses issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Oct 12, 2020
1 parent d905db9 commit dda225b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/MetApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,20 @@ trait MetApi
* @param Request $request
*/
public function __construct(Request $request)
{
$this->metApiInit($request);
}

/**
* @param Request $request
*/
public function metApiInit(Request $request)
{
$this->benchmark = microtime(true);
$this->request = $request;
}


/**
* Push an option to our query stack
*
Expand Down

0 comments on commit dda225b

Please # to comment.