Files

12 lines
186 B
PHP

<?php
// 同步执行就脚本
// App/AppName/Config/Sync.php
return [
'delete_content' => [
'mform' => 'delete_content',
// 模型文件 => 方法名称
],
];