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

Commit 4d84571

Browse files
committed
update type
1 parent cbf6964 commit 4d84571

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ModuleInstaller.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,12 @@ public function getPackageBasePath(PackageInterface $package)
3131
}
3232
return 'modules/'.substr($ex[1], 6);
3333
}
34+
35+
/**
36+
* {@inheritDoc}
37+
*/
38+
public function supports($packageType)
39+
{
40+
return 'jarvis_platform-module' === $packageType;
41+
}
3442
}

0 commit comments

Comments
 (0)