phpvms/resources/stubs/modules/scaffold/config.stub
2018-03-19 20:50:40 -05:00

9 lines
97 B
Plaintext

<?php
/**
* Provide any configuration items here
*/
return [
'name' => '$STUDLY_NAME$'
];