Guillaume ZITTA 8 rokov pred
rodič
commit
2e8d715c2f
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/Composer/Downloader/ZipDownloader.php

+ 1 - 1
src/Composer/Downloader/ZipDownloader.php

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