1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-02-23 03:59:24 +01:00
phorge-arcanist/src/workflow/ArcanistFeatureWorkflow.php

11 lines
151 B
PHP
Raw Normal View History

<?php
final class ArcanistFeatureWorkflow
extends ArcanistFeatureBaseWorkflow {
public function getWorkflowName() {
return 'feature';
}
}