Files
iTop/sources/PropertyTree/Property.php
2025-12-04 10:01:09 +01:00

13 lines
205 B
PHP

<?php
/*
* @copyright Copyright (C) 2010-2025 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
*/
namespace Combodo\iTop\PropertyTree;
class Property extends AbstractProperty
{
}