Files
ogre-alert/lib/plugin-update-checker/Puc/v4/Factory.php
dcooperdalrymple 22f6c8188e Initial commit.
2021-02-19 16:43:21 -06:00

6 lines
112 B
PHP

<?php
if ( !class_exists('Puc_v4_Factory', false) ):
class Puc_v4_Factory extends Puc_v4p4_Factory { }
endif;