Spatie\Analytics\AnalyticsClient::__construct PHP Method

__construct() public method

public __construct ( Google_Service_Analytics $service, Illuminate\Contracts\Cache\Repository $cache )
$service Google_Service_Analytics
$cache Illuminate\Contracts\Cache\Repository
    public function __construct(Google_Service_Analytics $service, Repository $cache)
    {
        $this->service = $service;
        $this->cache = $cache;
    }