kratos/inc/update-checker/Puc/v5/PucFactory.php

11 lines
191 B
PHP
Executable File

<?php
namespace YahnisElsts\PluginUpdateChecker\v5;
if ( !class_exists(PucFactory::class, false) ):
class PucFactory extends \YahnisElsts\PluginUpdateChecker\v5p2\PucFactory {
}
endif;