mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Add missing property on PhabricatorBot
Auditors: joshuaspence
This commit is contained in:
parent
600a3e3b7c
commit
c2a2933848
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ final class PhabricatorBot extends PhabricatorDaemon {
|
|||
private $conduit;
|
||||
private $config;
|
||||
private $pollFrequency;
|
||||
private $protocolAdapter;
|
||||
|
||||
protected function run() {
|
||||
$argv = $this->getArgv();
|
||||
|
|
Loading…
Reference in a new issue