Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 7404408

Browse files
committed
Update Path
1 parent 14bd687 commit 7404408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModuleInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getPackageBasePath(PackageInterface $package)
2929
.'"vendor/jarvis-"'
3030
);
3131
}
32-
return 'modules/'.substr($ex[1], 6);
32+
return 'modules/'.$ex[0].'/'.$ex[1];
3333
}
3434

3535
/**

0 commit comments

Comments
 (0)