Add getVersion method
This commit is contained in:
parent
f9bb0bb976
commit
6f0a369038
3 changed files with 6 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ export default {
|
|||
return null
|
||||
}
|
||||
|
||||
return _.get(this.getEnvironment(this.application.id, 'prod'), 'versions.php')
|
||||
return this.getVersion('php', this.getEnvironment(this.application.id, 'prod'))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue