Skip to content

Commit

Permalink
Shifted config to root directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Modelizer committed Sep 19, 2016
1 parent bc1b4d3 commit 629b3e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Console/GetWebDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function getConfig()
*/
public function setConfig()
{
$this->config = require static::prependPackagePath('src/config/drivers.php');
$this->config = require static::prependPackagePath('config/drivers.php');

$this->config = @$this->config[$this->getDriver()][$this->getUserOS()];

Expand Down

0 comments on commit 629b3e1

Please sign in to comment.