This commit is contained in:
Isaac Connor 2020-01-13 16:17:39 -05:00
parent f3a9e608db
commit 9036b6db77
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Event extends ZM_Object {
return ZM_Object::_find_one(get_class(), $parameters, $options);
}
public static function clear_cahce() {
public static function clear_cache() {
return ZM_Object::_clear_cache(get_class());
}