8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'name' => '$STUDLY_NAME$',
|
||
|
'description' => 'This is my awesome module',
|
||
|
|
||
|
];
|