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)); } }