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