mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-04 11:51:02 +01:00
Fix an undefined property on HarbormasterBuildLogQuery
Fixes T8546. Auditors: joshuaspence
This commit is contained in:
parent
5878500e1f
commit
0695687572
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ final class HarbormasterBuildLogQuery
|
||||||
private $ids;
|
private $ids;
|
||||||
private $phids;
|
private $phids;
|
||||||
private $buildPHIDs;
|
private $buildPHIDs;
|
||||||
|
private $buildTargetPHIDs;
|
||||||
|
|
||||||
public function withIDs(array $ids) {
|
public function withIDs(array $ids) {
|
||||||
$this->ids = $ids;
|
$this->ids = $ids;
|
||||||
|
|
Loading…
Reference in a new issue