Page MenuHomec4science

PhabricatorPolicyManagementWorkflow.php
No OneTemporary

File Metadata

Created
Wed, Jun 11, 05:30

PhabricatorPolicyManagementWorkflow.php

<?php
abstract class PhabricatorPolicyManagementWorkflow
extends PhutilArgumentWorkflow {
final public function isExecutable() {
return true;
}
}

Event Timeline