9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
<?php
|
|
/**
|
|
* Provide any configuration items here
|
|
*/
|
|
|
|
return [
|
|
'name' => '$STUDLY_NAME$'
|
|
];
|