diff --git a/src/applications/metamta/typeahead/PhabricatorMetaMTAMailableFunctionDatasource.php b/src/applications/metamta/typeahead/PhabricatorMetaMTAMailableFunctionDatasource.php index 68cb0e79b2..4b231b959e 100644 --- a/src/applications/metamta/typeahead/PhabricatorMetaMTAMailableFunctionDatasource.php +++ b/src/applications/metamta/typeahead/PhabricatorMetaMTAMailableFunctionDatasource.php @@ -1,27 +1,29 @@ getUsersFromRequest($request, $key, $allow_types); } protected function newDatasource() { return new PhabricatorMetaMTAMailableFunctionDatasource(); } protected function newConduitParameterType() { // TODO: Ideally, this should eventually be a "Subscribers" type which // accepts projects as well. return new ConduitUserListParameterType(); } }