1
0
Fork 0

fix bad visibility

pull/6159/head
Guillaume ZITTA 2017-02-14 18:02:22 +01:00
parent 98b7bd68b4
commit 2e8d715c2f
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class ZipDownloader extends ArchiveDownloader
* @param string $file File to extract
* @param string $path Path where to extract file
*/
public function extract($file, $path)
protected function extract($file, $path)
{
$resultZipArchive = NULL;
$resultUnzip = NULL;