Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Config namespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Govergun committed Sep 17, 2014
1 parent 303ea4b commit 20fbbd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LaravelJsLocalizationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public function boot()

private function registerNamespaces()
{
if (\File::isDirectory(app_path() . '/config/packages/dpgover/laravel-js-localization'))
if (\File::isDirectory(app_path() . '/config/packages/dpgover/js-localization'))
{
\Config::addNamespace('js-localization', app_path() . '/config/packages/dpgover/laravel-js-localization');
\Config::addNamespace('js-localization', app_path() . '/config/packages/dpgover/js-localization');
}
else
{
Expand Down

0 comments on commit 20fbbd6

Please sign in to comment.