1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00
beestat/api/mailgun_api_cache.php
2020-06-21 22:10:38 -04:00

9 lines
134 B
PHP

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