mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 13:52:40 +01:00
Fix a bad setup check call
This commit is contained in:
parent
9af376a743
commit
bd905352f5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ final class ConduitDeprecatedCallSetupCheck extends PhabricatorSetupCheck {
|
|||
return;
|
||||
}
|
||||
|
||||
$methods = mpull($methods, null, 'getAPIMethodName');
|
||||
$method_names = mpull($methods, 'getAPIMethodName');
|
||||
|
||||
$table = new PhabricatorConduitMethodCallLog();
|
||||
|
|
Loading…
Reference in a new issue