1
0
mirror of https://github.com/beestat/app.git synced 2026-05-13 10:52:29 -04:00

Beestat is now open source

This commit is contained in:
Jon Ziebell
2019-05-22 21:22:24 -04:00
parent 8993336441
commit 1c79d3a773
179 changed files with 31136 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
/**
* Cache for these external API calls.
*
* @author Jon Ziebell
*/
class mailchimp_api_cache extends external_api_cache {}