Files
MYSOPHAL/inc/impactcompound.class.php
2025-11-09 10:02:18 +01:00

13 lines
162 B
PHP

<?php
if (!defined('GLPI_ROOT')) {
die("Sorry. You can't access this file directly");
}
/**
* @since 9.5.0
*/
class ImpactCompound extends CommonDBTM {
}