Browse Source

Default module path to empty string

Andrey Utkin 12 năm trước cách đây
mục cha
commit
9022b0ae38
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

@@ -36,7 +36,7 @@ class SvnDriver extends VcsDriver
     protected $trunkPath    = 'trunk';
     protected $branchesPath = 'branches';
     protected $tagsPath     = 'tags';
-    protected $modulePath   = '/';
+    protected $modulePath   = '';
 
     /**
      * @var \Composer\Util\Svn