mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-03 04:02:43 +01:00
11 lines
159 B
PHP
11 lines
159 B
PHP
|
<?php
|
||
|
|
||
|
abstract class PhabricatorPolicyManagementWorkflow
|
||
|
extends PhutilArgumentWorkflow {
|
||
|
|
||
|
final public function isExecutable() {
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
}
|