Skip to content

Commit

Permalink
Fix export translations on sub-folders
Browse files Browse the repository at this point in the history
  • Loading branch information
underdpt authored Jun 7, 2023
1 parent cfa0484 commit e2ae192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ public function missingKey($namespace, $group, $key)

public function exportTranslations($group = null, $json = false)
{
$group = basename($group);
$basePath = $this->app['path.lang'];

if (! is_null($group) && ! $json) {
Expand Down

0 comments on commit e2ae192

Please sign in to comment.