mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-08 04:04:49 +02:00
Renamed getDatetimeAdded so it has the same name as the coloumn name
This commit is contained in:
parent
336ff7b103
commit
52acac3681
3 changed files with 7 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue