Upgraded PuC version
This commit is contained in:
10
plugin-update-checker-5.4/Puc/v5/PucFactory.php
Normal file
10
plugin-update-checker-5.4/Puc/v5/PucFactory.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace YahnisElsts\PluginUpdateChecker\v5;
|
||||
|
||||
if ( !class_exists(PucFactory::class, false) ):
|
||||
|
||||
class PucFactory extends \YahnisElsts\PluginUpdateChecker\v5p4\PucFactory {
|
||||
}
|
||||
|
||||
endif;
|
||||
Reference in New Issue
Block a user