phpvms/resources/stubs/modules/config.stub

9 lines
97 B
Plaintext
Raw Normal View History

2017-12-14 12:24:41 +08:00
<?php
/**
* Provide any configuration items here
*/
2017-12-14 12:24:41 +08:00
return [
'name' => '$STUDLY_NAME$'
];