14 regels
268 B
PHP

2024-10-27 12:01:55 +01:00
<?php
declare(strict_types=1);
namespace D3\ManufacturerInformation\Application\Model;
class Constants
{
public const OXID_MODULE_ID = 'd3manufacturerinformation';
// Tables and Database
public const D3_OXMANUFACTURERS_LONGDESC_FIELDNAME = 'd3description';
2024-10-27 12:01:55 +01:00
}