Skip to content

Commit

Permalink
Add Appliance object for generic controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Oct 14, 2024
1 parent 0a7d306 commit 5915e5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Appliance.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ public function getCloneRelations(): array
];
}

public static function getSectorizedDetails(): array
{
return ["management", "appliance"];
}

public static function getTypeName($nb = 0)
{
return _n('Appliance', 'Appliances', $nb);
Expand Down

0 comments on commit 5915e5d

Please sign in to comment.