Remove 'silverstripe-recipe' type

This commit is contained in:
Damian Mooyman 2016-09-13 10:31:34 +12:00
parent dbce891bb7
commit c6e9375b8c
1 changed files with 1 additions and 2 deletions

View File

@ -19,11 +19,10 @@ class RecipeInstaller extends LibraryInstaller {
public function __construct(
IOInterface $io,
Composer $composer,
$type = 'silverstripe-recipe',
Filesystem $filesystem = null,
BinaryInstaller $binaryInstaller = null
) {
parent::__construct($io, $composer, $type, $filesystem, $binaryInstaller);
parent::__construct($io, $composer, null, $filesystem, $binaryInstaller);
}
public function install(InstalledRepositoryInterface $repo, PackageInterface $package)