Added PuC for testing

This commit is contained in:
2024-07-04 18:59:19 -04:00
parent c985ab50bd
commit 9e14d32464
34 changed files with 8990 additions and 0 deletions

6
PuC/v4/Factory.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
if ( !class_exists('Puc_v4_Factory', false) ):
class Puc_v4_Factory extends Puc_v4p4_Factory { }
endif;