First version template
All checks were successful
Release Workflow / validate_commit_message (push) Successful in 5s
Release Workflow / create_release (push) Has been skipped

This commit is contained in:
George van Engers
2025-04-23 15:11:28 +02:00
parent aba1b933d7
commit 040a6f6a48
24 changed files with 1201 additions and 3 deletions

View File

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