mirror of
https://github.com/WenPai-org/wpfonts.git
synced 2025-08-03 03:08:42 +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;
|