mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-04 07:24:34 +02:00
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