mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Added an basic table to show log entries.
This commit is contained in:
parent
3f8cd6473a
commit
d0b3750594
21 changed files with 1292 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue