aaaa
This commit is contained in:
parent
3e182dbee5
commit
5dfc160f1d
@ -220,7 +220,8 @@ trait TL
|
|||||||
{
|
{
|
||||||
$res = [];
|
$res = [];
|
||||||
foreach ($this->methods->method_namespace as $pair) {
|
foreach ($this->methods->method_namespace as $pair) {
|
||||||
$res[$pair[0]] = $pair[0];
|
list($a, $b) = $pair;
|
||||||
|
$res[$a] = $a;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $res;
|
return $res;
|
||||||
|
Loading…
Reference in New Issue
Block a user