mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-04 23:44:33 +02:00
Fixed PHPstan warnings.
This commit is contained in:
parent
4a90f2ac35
commit
15a31433e1
9 changed files with 9 additions and 12 deletions
|
@ -85,6 +85,7 @@ class MeasurementUnit extends AbstractPartsContainingDBElement
|
|||
/**
|
||||
* @ORM\OneToMany(targetEntity="MeasurementUnit", mappedBy="parent", cascade={"persist"})
|
||||
* @ORM\OrderBy({"name" = "ASC"})
|
||||
* @var Collection
|
||||
*/
|
||||
protected $children;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue