Skip to content

Commit

Permalink
update method names
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Aug 16, 2017
1 parent 28705f3 commit d798a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected function loadTranslationsFrom($path, $namespace)
*/
protected function loadJsonTranslationsFrom($path)
{
$this->app['translator']->addJSONPath($path);
$this->app['translator']->addJsonPath($path);
}

/**
Expand Down

0 comments on commit d798a99

Please sign in to comment.