From eff4f62f55fe8579cceafb7b446287302e4eca88 Mon Sep 17 00:00:00 2001 From: Robbt Date: Mon, 1 Apr 2019 11:18:14 -0400 Subject: [PATCH] fixed syntax errors --- airtime_mvc/application/upgrade/Upgrades.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/application/upgrade/Upgrades.php b/airtime_mvc/application/upgrade/Upgrades.php index e4b834436..110584874 100644 --- a/airtime_mvc/application/upgrade/Upgrades.php +++ b/airtime_mvc/application/upgrade/Upgrades.php @@ -546,6 +546,11 @@ class AirtimeUpgrader300alpha7 extends AirtimeUpgrader '3.0.0-alpha.6' ); } + public function getNewVersion() { + return '3.0.0-alpha.7'; + } + +} /** * Class AirtimeUpgrader300alpha7-1 * @@ -560,6 +565,11 @@ class AirtimeUpgrader300alpha7_1 extends AirtimeUpgrader '3.0.0-alpha.7' ); } + public function getNewVersion() { + return '3.0.0-alpha.7.1'; + } + +} /** * Class AirtimeUpgrader300alpha7-2 * @@ -575,9 +585,6 @@ class AirtimeUpgrader300alpha7_2 extends AirtimeUpgrader '3.0.0-alpha.7.1' ); } - - - public function getNewVersion() { return '3.0.0-alpha.7.2'; }