diff --git a/src/RecipeInstaller.php b/src/RecipeInstaller.php index df909e1..161c808 100644 --- a/src/RecipeInstaller.php +++ b/src/RecipeInstaller.php @@ -19,10 +19,11 @@ class RecipeInstaller extends LibraryInstaller { public function __construct( IOInterface $io, Composer $composer, + $type = 'silverstripe-recipe', Filesystem $filesystem = null, BinaryInstaller $binaryInstaller = null ) { - parent::__construct($io, $composer, null, $filesystem, $binaryInstaller); + parent::__construct($io, $composer, $type, $filesystem, $binaryInstaller); } public function install(InstalledRepositoryInterface $repo, PackageInterface $package)