feat(core): Add versionControl feature flag (#6000)
add versionControl feature flag
This commit is contained in:
committed by
GitHub
parent
0c10fbc83f
commit
33299ca61a
@@ -0,0 +1,7 @@
|
||||
import Container from 'typedi';
|
||||
import { License } from '../../License';
|
||||
|
||||
export function isVersionControlEnabled() {
|
||||
const license = Container.get(License);
|
||||
return license.isVersionControlEnabled();
|
||||
}
|
||||
Reference in New Issue
Block a user