Skip to content

Commit 0b5aec9

Browse files
committed
Upgrade method
1 parent 3c323ef commit 0b5aec9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/modules/UpgradeModule.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
* Perform migration upgrades
77
*/
88
class UpgradeModule {
9+
/**
10+
* @return void
11+
*/
12+
private static function upgradeTo5dot6()
13+
{
14+
}
15+
916
/**
1017
* @return void
1118
*/

0 commit comments

Comments
 (0)