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

Commit cbf6964

Browse files
committed
change path
1 parent 2aa6c2b commit cbf6964

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ModuleInstaller.php

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

0 commit comments

Comments
 (0)