forked from mirror/Part-DB.Part-DB-server
Fixed PHPstan warnings.
This commit is contained in:
parent
4a90f2ac35
commit
15a31433e1
9 changed files with 9 additions and 12 deletions
|
@ -63,6 +63,7 @@ class Group extends AbstractStructuralDBElement implements HasPermissionsInterfa
|
|||
/**
|
||||
* @ORM\OneToMany(targetEntity="Group", mappedBy="parent")
|
||||
* @ORM\OrderBy({"name" = "ASC"})
|
||||
* @var Collection
|
||||
*/
|
||||
protected $children;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue