N°8699 - add forgotten 'use'

This commit is contained in:
Anne-Cath
2025-10-10 15:48:05 +02:00
parent 318b792b31
commit 82395727bf

View File

@@ -9,6 +9,7 @@ namespace Combodo\iTop\Core\AttributeDefinition;
use CMDBSource;
use CoreException;
use Exception;
use Str;
class AttributeTable extends AttributeDBField
{