Skip to content

Commit

Permalink
update config path
Browse files Browse the repository at this point in the history
ObjectConfig and PluginCollection traits config paths update.
  • Loading branch information
emnsen committed Mar 1, 2015
1 parent 8b27d5c commit 3d92af8
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 3d92af8

Please sign in to comment.