This commit is contained in:
Usman Nasir
2019-12-26 16:04:43 +05:00
parent 7f661baf5c
commit dcd543a770

View File

@@ -35,6 +35,8 @@ class PHPManager:
php = "72"
elif phpVersion == "PHP 7.3":
php = "73"
elif phpVersion == "PHP 7.4":
php = "74"
return php