11 lines
160 B
PHP
Raw Normal View History

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';
}