Added missing downgrade() function to the 2.5.11 upgrader

This commit is contained in:
Albert Santoni 2015-03-20 12:36:28 -04:00
parent b49e98693b
commit 68c4cdcab3

View file

@ -381,4 +381,7 @@ class AirtimeUpgrader2511 extends AirtimeUpgrader
throw $e;
}
}
public function downgrade() {
}
}