From f79d98e0892717f5994293ca6a8ae161dfe47c01 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 25 Nov 2019 09:46:39 +0100 Subject: [PATCH] Fix the import order of new migrations Signed-off-by: Roeland Jago Douma --- core/Command/Db/Migrations/GenerateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/Db/Migrations/GenerateCommand.php b/core/Command/Db/Migrations/GenerateCommand.php index 69bf4a84a8f..c140d6ec176 100644 --- a/core/Command/Db/Migrations/GenerateCommand.php +++ b/core/Command/Db/Migrations/GenerateCommand.php @@ -47,8 +47,8 @@ namespace {{namespace}}; use Closure; use OCP\DB\ISchemaWrapper; -use OCP\Migration\SimpleMigrationStep; use OCP\Migration\IOutput; +use OCP\Migration\SimpleMigrationStep; /** * Auto-generated migration step: Please modify to your needs!