wpmind/lib/plugin-update-checker/Puc/v5/PucFactory.php

11 lines
191 B
PHP
Raw Normal View History

2025-04-11 09:07:18 +08:00
<?php
namespace YahnisElsts\PluginUpdateChecker\v5;
if ( !class_exists(PucFactory::class, false) ):
class PucFactory extends \YahnisElsts\PluginUpdateChecker\v5p3\PucFactory {
}
endif;