mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 04:50:55 +01:00
Remove an unused property from D5140
Summary: Oops, missed this in review. Test Plan: Searched in the file for the property. Reviewers: AnhNhan Reviewed By: AnhNhan CC: aran Differential Revision: https://secure.phabricator.com/D5154
This commit is contained in:
parent
5754bec293
commit
5d2e0ecc8a
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ final class PhabricatorAuditListController extends PhabricatorAuditController {
|
|||
private $filter;
|
||||
private $name;
|
||||
private $filterStatus;
|
||||
private $filterConcern;
|
||||
|
||||
public function willProcessRequest(array $data) {
|
||||
$this->filter = idx($data, 'filter');
|
||||
|
|
Loading…
Reference in a new issue