1
0
mirror of https://github.com/beestat/app.git synced 2025-05-23 18:04:14 -04:00
beestat/api/stripe_api_cache.php
2022-10-16 21:40:50 -04:00

9 lines
133 B
PHP

<?php
/**
* Cache for these external API calls.
*
* @author Jon Ziebell
*/
class stripe_api_cache extends external_api_cache {}