This commit is contained in:
walkor 2022-12-03 21:21:11 +08:00
parent 5e9cf94e96
commit 599930ab37

View File

@ -126,8 +126,7 @@ class AdminRuleController extends Crud
continue;
}
$name = "$class@$method_name";
echo $name,"\n";
$methods_in_files[$name] = $name;
$title = Util::getCommentFirstLine($method->getDocComment()) ?: $method_name;
$menu = $items[$name] ?? [];