From 181ceefd555a82bbc647d9ece1c88b158b7cc8c1 Mon Sep 17 00:00:00 2001 From: yanwenwu Date: Wed, 20 May 2020 10:06:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmigraions=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/generate/factory/Migration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/catcher/generate/factory/Migration.php b/extend/catcher/generate/factory/Migration.php index 403bdd6..13f8497 100644 --- a/extend/catcher/generate/factory/Migration.php +++ b/extend/catcher/generate/factory/Migration.php @@ -16,7 +16,7 @@ class Migration extends Factory // TODO: Implement done() method. $migrationPath = CatchAdmin::directory() . $module . DIRECTORY_SEPARATOR. - 'database' . DIRECTORY_SEPARATOR . 'migration' .DIRECTORY_SEPARATOR; + 'database' . DIRECTORY_SEPARATOR . 'migrations' .DIRECTORY_SEPARATOR; CatchAdmin::makeDirectory($migrationPath);