MailConfigChecker/Application/Model/Constants.php

8 lines
134 B
PHP
Raw Normal View History

2024-05-31 16:31:25 +02:00
<?php
namespace D3\MailConfigChecker\Application\Model;
class Constants
{
public const OXID_MODULE_ID = 'd3mailconfigchecker';
}