diff --git a/src/RecipeInstaller.php b/src/RecipeInstaller.php index f4e8901..148b609 100644 --- a/src/RecipeInstaller.php +++ b/src/RecipeInstaller.php @@ -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)