First version template
This commit is contained in:
14
psmodule/src/Module/Helper/Config.php
Normal file
14
psmodule/src/Module/Helper/Config.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Websmid\Muller\WsMullerModule\Module\Helper;
|
||||
|
||||
trait Config
|
||||
{
|
||||
public static $hooks = [
|
||||
|
||||
];
|
||||
|
||||
public static $config = [
|
||||
'TEST' => 'test',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user