Added an basic table to show log entries.

This commit is contained in:
Jan Böhmer 2020-01-24 22:57:04 +01:00
parent 3f8cd6473a
commit d0b3750594
21 changed files with 1292 additions and 7 deletions

View file

@ -80,7 +80,7 @@ abstract class DBElement
*
* @return int|null the ID of this element
*/
final public function getID(): ?int
public function getID(): ?int
{
return $this->id;
}