mirror of
https://github.com/silverstripe/recipe-plugin.git
synced 2024-10-22 14:05:55 +02:00
Remove 'silverstripe-recipe' type
This commit is contained in:
parent
dbce891bb7
commit
c6e9375b8c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user