Forráskód Böngészése

Fix ref to findShortestPath

Jordi Boggiano 9 éve
szülő
commit
8e99cec3e7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/Composer/Util/Filesystem.php

+ 1 - 1
src/Composer/Util/Filesystem.php

@@ -516,7 +516,7 @@ class Filesystem
     {
         $cwd = getcwd();
 
-        $relativePath = $this->filesystem->findShortestPath($link, $target);
+        $relativePath = $this->findShortestPath($link, $target);
         chdir(dirname($link));
         $result = @symlink($relativePath, $link);