kratos/inc/update-checker/Puc/v4/Factory.php

7 lines
114 B
PHP
Executable File

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