Microweber\Commands\UpdateCommand::__construct PHP Method

__construct() public method

public __construct ( UpdateManager $installer )
$installer Microweber\Providers\UpdateManager
    public function __construct(UpdateManager $installer)
    {
        $this->installer = $installer;
        parent::__construct();
    }
UpdateCommand