[Changed] general structure to OXID7 Standard ( Metadata, Composer, Constants )
Dieser Commit ist enthalten in:
11
Application/Model/Constants.php
Normale Datei
11
Application/Model/Constants.php
Normale Datei
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace D3\PdfDocuments\Application\Model;
|
||||
|
||||
|
||||
class Constants
|
||||
{
|
||||
public const OXID_MODULE_ID = 'd3PdfDocuments';
|
||||
}
|
In neuem Issue referenzieren
Einen Benutzer sperren