LaravelFCM\Response\TopicResponse::__construct PHP Method

__construct() public method

TopicResponse constructor.
public __construct ( Response $response, Topics $topic )
$response GuzzleHttp\Psr7\Response
$topic LaravelFCM\Message\Topics
    public function __construct(GuzzleResponse $response, Topics $topic)
    {
        $this->topic = $topic;
        parent::__construct($response);
    }