File "TransientObject.php"
Full Path: /home/flipjqml/onlinebetsolution.com/wp-content/plugins/woocommerce-jetpack/src/test/TransientObject.php
File size: 167 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
*
*/
class Loco_test_TransientObject extends Loco_data_Transient {
public function getKey(){
return 'test_object';
}
}