This commit is contained in:
2024-01-18 10:02:29 +01:00
parent e730377103
commit bbb5ebcbac
3 changed files with 15 additions and 2 deletions

View File

@@ -64,6 +64,13 @@ class TagesplanModel extends Database
} catch (\PDOException $e) {
return false;
}
}
public function getGerichteOnTag()
{
}
}
?>