From 6205b386b37489806a2ea37588a8a63ee4d81c18 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 8 May 2020 14:03:48 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- framework/core/src/Database/MigrationCreator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Database/MigrationCreator.php b/framework/core/src/Database/MigrationCreator.php index a7e140ac0..aafc55173 100644 --- a/framework/core/src/Database/MigrationCreator.php +++ b/framework/core/src/Database/MigrationCreator.php @@ -36,7 +36,7 @@ class MigrationCreator { $this->files = $files; $this->paths = $paths; - # + // } /**