mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
11 lines
191 B
PHP
11 lines
191 B
PHP
|
<?php
|
||
|
|
||
|
namespace YahnisElsts\PluginUpdateChecker\v5;
|
||
|
|
||
|
if ( !class_exists(PucFactory::class, false) ):
|
||
|
|
||
|
class PucFactory extends \YahnisElsts\PluginUpdateChecker\v5p3\PucFactory {
|
||
|
}
|
||
|
|
||
|
endif;
|