Skip to content

Commit 22eca02

Browse files
committed
Add upgrade method
1 parent 7f38e1c commit 22eca02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/commands/MigrationUpgrade.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
* Command handler class
99
*/
1010
class MigrationUpgrade implements Asatru\Commands\Command {
11+
/**
12+
* @return void
13+
*/
14+
public function upgradeTo3dot9()
15+
{
16+
}
17+
1118
/**
1219
* @return void
1320
*/

0 commit comments

Comments
 (0)