1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 08:58:55 +02: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:
vrana 2013-01-24 16:32:15 -08:00
parent a1b902b190
commit 93ebde0d12

View file

@ -70,6 +70,11 @@ abstract class ArcanistBaseWorkflow extends Phobject {
private $changeCache = array(); private $changeCache = array();
public function __construct() {
}
abstract public function run(); abstract public function run();
/** /**