Skip to content

Commit

Permalink
fixing strange bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Apr 20, 2017
1 parent aa6d20c commit c2ee93d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/base/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ public static function readConfig($path)
*/
public function loadExtraVendor($vendor)
{
/// XXX SHOCK! first time reads wrong file :(
/// XXX Don't know why! need help!
static::readVendorConfig($vendor, 'dotenv');
$this->setExtraEnv(static::readVendorConfig($vendor, 'dotenv'));
static::readVendorConfig($vendor, 'hidev');
$this->setExtraConfig(static::readVendorConfig($vendor, 'hidev'));
}

Expand Down

0 comments on commit c2ee93d

Please sign in to comment.