mirror of
https://gh.wpcy.net/https://github.com/Anyape/updatepulse-server-integration.git
synced 2026-07-14 22:06:24 +08:00
10 lines
191 B
PHP
10 lines
191 B
PHP
<?php
|
|
|
|
namespace YahnisElsts\PluginUpdateChecker\v5;
|
|
|
|
if ( !class_exists(PucFactory::class, false) ):
|
|
|
|
class PucFactory extends \YahnisElsts\PluginUpdateChecker\v5p3\PucFactory {
|
|
}
|
|
|
|
endif;
|