forked from mirror/Part-DB.Part-DB-server
Use green button for creating new elements.
This commit is contained in:
parent
be5d33c624
commit
6649460ed6
2 changed files with 7 additions and 3 deletions
|
@ -76,7 +76,7 @@ abstract class DBElement
|
|||
*/
|
||||
final public function getID(): ?int
|
||||
{
|
||||
return (int) $this->id;
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue