refactor and errors

This commit is contained in:
2023-11-05 04:46:07 +02:00
parent def933dca4
commit 3e753c8b93
125 changed files with 1353 additions and 1435 deletions
+4
View File
@@ -65,6 +65,10 @@ class ActionModel
Db::sql('delete from actions where uid = ? and vals = ?', [$this->uid, $vals]);
}
public static function deleteById(int $id): void
{
Db::sql('delete from actions where id = ?', [$id]);
}
/*protected function testAction($filter, $tp): array
{