From 22eca0229ffbb010883569c1b9f3c7daf91234ce Mon Sep 17 00:00:00 2001 From: Daniel Brendel Date: Thu, 5 Dec 2024 11:25:23 +0100 Subject: [PATCH] Add upgrade method --- app/commands/MigrationUpgrade.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/commands/MigrationUpgrade.php b/app/commands/MigrationUpgrade.php index e4e5c93..2bb89c1 100644 --- a/app/commands/MigrationUpgrade.php +++ b/app/commands/MigrationUpgrade.php @@ -8,6 +8,13 @@ * Command handler class */ class MigrationUpgrade implements Asatru\Commands\Command { + /** + * @return void + */ + public function upgradeTo3dot9() + { + } + /** * @return void */