Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/src/applications/herald/state/HeraldBuildableState.php
12256 views
1
<?php
2
3
final class HeraldBuildableState extends HeraldState {
4
5
const STATECONST = 'buildable';
6
7
}
8
9