amber-laravel/config/settings.php

9 lines
195 B
PHP
Raw Normal View History

2024-07-24 17:16:41 +00:00
<?php
return [
'function_call' => [
// 防止命名冲突的随机长度,如果你更改了它,则需要更新全部函数的 name
2024-07-24 17:26:40 +00:00
'random_prefix_length' => 8,
],
2024-07-24 17:16:41 +00:00
];