mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
Revert "Delete useless code in ArcanistBaseWorkflow"
This reverts commit rARC501e2b7. We call this method from FB workflow. I'll commit it again in two weeks.
This commit is contained in:
parent
a1b902b190
commit
93ebde0d12
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ abstract class ArcanistBaseWorkflow extends Phobject {
|
|||
private $changeCache = array();
|
||||
|
||||
|
||||
public function __construct() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
abstract public function run();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue