RemoveGoogleFonts/Application/Model/Constants.php

11 lignes
159 B
PHP
Brut Lien permanent Vue normale Historique

2024-04-11 14:45:30 +02:00
<?php
declare(strict_types=1);
namespace D3\Removegooglefonts\Application\Model;
class Constants
{
public const OXID_MODULE_ID = 'removegooglefonts';
}