mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-30 05:24:28 +02:00
Show a treeview in the admin menus, to select between the different elements.
This commit is contained in:
parent
928b574d8c
commit
650b388a1d
16 changed files with 269 additions and 25 deletions
|
@ -91,7 +91,7 @@ class Attachment extends NamedDBElement
|
|||
*
|
||||
* @return DBElement The associated Element.
|
||||
*/
|
||||
public function getElement(): AttachmentContainingDBElement
|
||||
public function getElement(): ?AttachmentContainingDBElement
|
||||
{
|
||||
return $this->element;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue