Use green button for creating new elements.

This commit is contained in:
Jan Böhmer 2019-04-13 18:43:23 +02:00
parent be5d33c624
commit 6649460ed6
2 changed files with 7 additions and 3 deletions

View file

@ -76,7 +76,7 @@ abstract class DBElement
*/
final public function getID(): ?int
{
return (int) $this->id;
return $this->id;
}
/**