Page MenuHomec4science

PhabricatorAuditManagementWorkflow.php
No OneTemporary

File Metadata

Created
Wed, Apr 23, 13:36

PhabricatorAuditManagementWorkflow.php

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

Event Timeline