11 Zeilen
160 B
PHP

2025-01-14 10:42:36 +01:00
<?php
declare(strict_types=1);
namespace ProudSourcing\CacheWarmer\Application\Model;
class Constants
{
public const OXID_MODULE_ID = 'psCacheWarmer';
}