Skip to content

Commit

Permalink
fix(supplier): list softwares
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B authored and cedric-anne committed Jul 23, 2024
1 parent 13423cf commit 305535e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infocom.php
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ public static function getTypes($where)
*/
public static function getExcludedTypes()
{
return ['ConsumableItem', 'CartridgeItem', 'Software'];
return ['ConsumableItem', 'CartridgeItem'];
}


Expand Down

0 comments on commit 305535e

Please sign in to comment.