Skip to content

Commit

Permalink
Hopefully resolved all styling issues
Browse files Browse the repository at this point in the history
Sorry! Haha.
  • Loading branch information
Tekner authored Jan 21, 2019
1 parent d4b9a1b commit bc4b00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Translation/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ protected function getLine($namespace, $group, $locale, $item, array $replace)
foreach ($line as $key => $val) {
$line[$key] = $this->makeReplacements($val, $replace);
}

return $line;
}
}
Expand Down

0 comments on commit bc4b00b

Please sign in to comment.