Refactor the GenericTables class #51

Merged
Aaron merged 11 commits from generic-tables into master 2025-02-26 15:29:07 +01:00
Showing only changes of commit 1e26a51d08 - Show all commits

View File

@ -24,7 +24,7 @@ class ErrorLog
public static function flush() public static function flush()
{ {
return Registry::get('db')->query('TRUNCATE log_errors'); return Registry::get('db')->query('DELETE FROM log_errors');
} }
public static function getCount() public static function getCount()