mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Define DiffusionRequest::setPath()
Summary: Resolves T2056. Test Plan: Browsed SVN repo. Reviewers: epriestley Reviewed By: epriestley CC: ced, aran, Korvin Maniphest Tasks: T2056 Differential Revision: https://secure.phabricator.com/D3943
This commit is contained in:
parent
4f65d4f344
commit
a316a0bbb3
1 changed files with 5 additions and 0 deletions
|
@ -188,6 +188,11 @@ abstract class DiffusionRequest {
|
|||
return $this->callsign;
|
||||
}
|
||||
|
||||
public function setPath($path) {
|
||||
$this->path = $path;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getPath() {
|
||||
return $this->path;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue