Skip to content

Commit

Permalink
Fixed incompatible method since laravel/framework v5.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
hpolthof committed Nov 4, 2015
1 parent 3b87b9d commit d6ca045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected static function isNamespaced($namespace)
* @param string $locale
* @return string
*/
public function get($key, array $replace = array(), $locale = null)
public function get($key, array $replace = array(), $locale = null, $fallback = true)
{
list($namespace, $group, $item) = $this->parseKey($key);

Expand Down

0 comments on commit d6ca045

Please sign in to comment.