RemoveGoogleFonts/Application/Model/Constants.php

11 regels
159 B
PHP

<?php
declare(strict_types=1);
namespace D3\Removegooglefonts\Application\Model;
class Constants
{
public const OXID_MODULE_ID = 'removegooglefonts';
}