save
This commit is contained in:
parent
5e9cf94e96
commit
599930ab37
@ -126,8 +126,7 @@ class AdminRuleController extends Crud
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$name = "$class@$method_name";
|
$name = "$class@$method_name";
|
||||||
|
|
||||||
echo $name,"\n";
|
|
||||||
$methods_in_files[$name] = $name;
|
$methods_in_files[$name] = $name;
|
||||||
$title = Util::getCommentFirstLine($method->getDocComment()) ?: $method_name;
|
$title = Util::getCommentFirstLine($method->getDocComment()) ?: $method_name;
|
||||||
$menu = $items[$name] ?? [];
|
$menu = $items[$name] ?? [];
|
||||||
|
Loading…
Reference in New Issue
Block a user