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 */