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
+17
View File
@@ -0,0 +1,17 @@
<?php
/**
* Cache for these external API calls.
*
* @author Jon Ziebell
*/
class external_api_cache extends cora\crud {
public static $converged = [];
public static $user_locked = false;
public function delete($id) {
throw new Exception('This method is not allowed.');
}
}