11 lignes
160 B
PHP
11 lignes
160 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace ProudCommerce\CacheWarmer\Application\Model;
|
|
|
|
|
|
class Constants
|
|
{
|
|
public const OXID_MODULE_ID = 'psCacheWarmer';
|
|
} |