Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShibuyaKosuke authored Oct 29, 2022
1 parent 2673871 commit 1288539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/TransExportCommend.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function handle(): void
}

File::put(
resource_path(sprintf('lang/%s/columns.php', $locale)),
$file,
sprintf("<?php\n\nreturn %s;\n", Arr::export($response))
);
}
Expand Down

0 comments on commit 1288539

Please sign in to comment.