Add upgrade method

This commit is contained in:
Daniel Brendel
2025-03-02 03:10:00 +01:00
parent 9e4bd278e7
commit 60ce07fbdf
+7
View File
@@ -8,6 +8,13 @@
* Command handler class
*/
class MigrationUpgrade implements Asatru\Commands\Command {
/**
* @return void
*/
public function upgradeTo4dot5()
{
}
/**
* @return void
*/