Files
prestashop-module-template/psmodule/src/Module/Helper/Config.php
George van Engers 040a6f6a48
All checks were successful
Release Workflow / validate_commit_message (push) Successful in 5s
Release Workflow / create_release (push) Has been skipped
First version template
2025-04-23 15:11:28 +02:00

14 lines
180 B
PHP

<?php
namespace Websmid\Muller\WsMullerModule\Module\Helper;
trait Config
{
public static $hooks = [
];
public static $config = [
'TEST' => 'test',
];
}