mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-02 23:54:12 +01:00
9 lines
123 B
PHP
9 lines
123 B
PHP
<?php
|
|
|
|
class CellStatus_Void extends CellChangeSpec
|
|
{
|
|
public function GetDescription()
|
|
{
|
|
return '';
|
|
}
|
|
} |