mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 19:02:41 +01:00
11 lines
143 B
PHP
11 lines
143 B
PHP
|
<?php
|
||
|
|
||
|
abstract class DrydockManagementWorkflow
|
||
|
extends PhutilArgumentWorkflow {
|
||
|
|
||
|
public function isExecutable() {
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
}
|