Skip to content

Commit

Permalink
Update ref missed in ba8e975
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Jan 7, 2020
1 parent ba8e975 commit 2ab9df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Support/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ function temp_path($path = '')
* @param string $locale

This comment has been minimized.

Copy link
@mjauvin

mjauvin Jan 7, 2020

Contributor

@param string $domain needs to be removed

* @return string
*/
function trans($id = null, $parameters = [], $domain = 'messages', $locale = null)
function trans($id = null, $parameters = [], $locale = null)
{
return app('translator')->trans($id, $parameters, $domain, $locale);
return app('translator')->trans($id, $parameters, $locale);
}
}

Expand Down

0 comments on commit 2ab9df6

Please sign in to comment.