Renamed getDatetimeAdded so it has the same name as the coloumn name

This commit is contained in:
Jan Böhmer 2019-03-05 13:57:40 +01:00
parent 336ff7b103
commit 52acac3681
3 changed files with 7 additions and 9 deletions

View file

@ -50,8 +50,8 @@ class Category extends PartsContainingDBElement
protected $parts;
/**
* @var bool
* @ORM\Column(type="boolean")
* @var string
* @ORM\Column(type="string")
*/
protected $partname_hint;