updatepulse-server-integration/dummy-plugin/lib/plugin-update-checker/Puc/v5/PucFactory.php
Alexandre Froger 0e55a8f161 initial commit
2025-02-08 01:03:34 +08:00

10 lines
191 B
PHP

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