mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 18:28:49 +02:00
Removed unnecessary getIDString() function in AbstractDBElement.
This commit is contained in:
parent
a3af55d4e2
commit
8b6fe757a0
26 changed files with 3 additions and 219 deletions
|
@ -306,11 +306,6 @@ abstract class AbstractLogEntry extends AbstractDBElement
|
|||
return $this->typeString;
|
||||
}
|
||||
|
||||
public function getIDString(): string
|
||||
{
|
||||
return 'LOG'.$this->getID();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the class name of the target element associated with this log entry.
|
||||
* Returns null, if this log entry is not associated with an log entry.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue