Skip to content

Commit

Permalink
AbstractService'e request icin getter eklendi.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasserter committed Feb 28, 2018
1 parent 0d76144 commit e3f0198
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Services/AbstractService.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ public function __construct()
*/
abstract public function buildRequest();

/**
* @return RequestInterface
*/
public function getRequest()
{
return $this->request;
}


/**
* @return $this
*/
Expand Down

0 comments on commit e3f0198

Please sign in to comment.