Skip to content

Commit

Permalink
Add upgrade method
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrendel committed Dec 5, 2024
1 parent 7f38e1c commit 22eca02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/commands/MigrationUpgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
* Command handler class
*/
class MigrationUpgrade implements Asatru\Commands\Command {
/**
* @return void
*/
public function upgradeTo3dot9()
{
}

/**
* @return void
*/
Expand Down

0 comments on commit 22eca02

Please sign in to comment.