jayzeng / virustotal_apiwrapper

Virus Total Public API v2.0 PHP Wrapper
http://jayzeng.github.io/virustotal_apiwrapper/
MIT License
65 stars 18 forks source link

Custom Client for ApiBase #23

Open saippuakauppias opened 5 years ago

saippuakauppias commented 5 years ago

https://github.com/jayzeng/virustotal_apiwrapper/blob/master/Src/VirusTotal/ApiBase.php#L36-L39

need:

...
} else {
    $this->_client = $client;
}