diff --git a/src/Parser.php b/src/Parser.php index fb330e8..c661803 100644 --- a/src/Parser.php +++ b/src/Parser.php @@ -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')); } /**