From d0a9a41c689e8fab2eba0b4ac7c712cc6ec84161 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sat, 5 Sep 2020 16:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B0=E5=A4=84=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/command/Tools/ExportDataCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/catcher/command/Tools/ExportDataCommand.php b/extend/catcher/command/Tools/ExportDataCommand.php index 66775f6..9c2f1ec 100644 --- a/extend/catcher/command/Tools/ExportDataCommand.php +++ b/extend/catcher/command/Tools/ExportDataCommand.php @@ -64,7 +64,7 @@ class ExportDataCommand extends Command { $stub = file_get_contents(dirname(__DIR__) . DIRECTORY_SEPARATOR . 'stubs' . DIRECTORY_SEPARATOR . 'permissionSeed.stub'); - file_put_contents(CatchAdmin::moduleSeedsDirectory($module) . 'permissionSeed.php', str_replace('{DATA}', $data, $stub)); + file_put_contents(CatchAdmin::moduleSeedsDirectory($module) . 'PermissionSeed.php', str_replace('{DATA}', $data, $stub)); } }