7 lines
97 B
PHP
7 lines
97 B
PHP
<?php
|
|
return [
|
|
'files' => [
|
|
base_path() . '/plugin/user/app/functions.php',
|
|
]
|
|
];
|