Browse Source

correct my typo

till 13 năm trước cách đây
mục cha
commit
4db4d6720b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Composer/Repository/Vcs/SvnDriver.php

+ 1 - 1
src/Composer/Repository/Vcs/SvnDriver.php

@@ -39,7 +39,7 @@ class SvnDriver extends VcsDriver implements VcsDriverInterface
             $this->baseUrl = substr($url, 0, $pos);
         }
 
-        $this->detectedSvnAuth();
+        $this->detectSvnAuth();
     }
 
     /**