Skip to content

Commit

Permalink
fix typo breaking cloning feature
Browse files Browse the repository at this point in the history
  • Loading branch information
btry authored and cedric-anne committed May 25, 2023
1 parent 6f9384e commit b8234bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/object.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function getCloneRelations() :array {
Contract_Item::class,
Document_Item::class,
Infocom::class,
Item_devices::class,
Item_Devices::class,
NetworkPort::class,
];
}
Expand Down

0 comments on commit b8234bb

Please sign in to comment.