Skip to content

Commit

Permalink
Merge pull request #30 from emnsen/patch-1
Browse files Browse the repository at this point in the history
update config path
  • Loading branch information
Varga Zsolt committed Mar 2, 2015
2 parents 8b27d5c + 3d92af8 commit 695672f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ public function __construct(Application $app)
$this->app = $app;

// Import the package configuration to the parser object.
$this->objectConfigImport(config('browser-detect-config'));
$this->objectConfigImport(config('hisorange.browser-detect.browser-detect-config'));

// Import the plugins.
$this->pluginCollectionImport(config('browser-detect-plugins'));
$this->pluginCollectionImport(config('hisorange.browser-detect.browser-detect-plugins'));
}

/**
Expand Down

0 comments on commit 695672f

Please sign in to comment.