Skip to content

Commit

Permalink
fix services
Browse files Browse the repository at this point in the history
  • Loading branch information
adammatysiak committed Nov 9, 2017
1 parent 69361c2 commit b44bf70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function importTranslations($replace = false)
if ($subLangPath != $langPath) {
$group = $subLangPath . "/" . $group;
}
$group = str_replace('\\', '/', $group);

$translations = \Lang::getLoader()->load($locale, $group);
if (!$translations || !is_array($translations))
Expand Down
2 changes: 1 addition & 1 deletion src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ public function canManage()
return true;
}

}
}

0 comments on commit b44bf70

Please sign in to comment.