wp-domain-mapping/lib/plugin-update-checker/Puc/v5/PucFactory.php

11 lines
191 B
PHP
Raw Normal View History

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