Files
iTop/sources/Core/BulkChange/CellStatus_Void.php
Anne-Cath dd2f6e7413 WIP
2025-09-08 15:21:34 +02:00

9 lines
123 B
PHP

<?php
class CellStatus_Void extends CellChangeSpec
{
public function GetDescription()
{
return '';
}
}