<?php
namespace cooini\Inirepo\pluginManager;
class pluginInstaller
{
public ManagerInterface $manager;
public function __construct(ManagerInterface $manager)
$this->manager = $manager;
}