. */ namespace Modules\DDT\Components; use Common\Components\Row; class Riga extends Row { use RelationTrait; protected $table = 'dt_righe_ddt'; }