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:
@@ -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.');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user