Skip to content

Commit

Permalink
Merge branch 'release/issue-175'
Browse files Browse the repository at this point in the history
  • Loading branch information
lesstif committed Aug 9, 2018
2 parents 9fb1e90 + 0c8147c commit 3560bc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/JiraClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ public function __construct(ConfigurationInterface $configuration = null, Logger
// If calling the getcwd() on laravel it will returning the 'public' directory.
$path = '../';
}
$configuration = new DotEnvConfiguration($path);
$this->configuration = new DotEnvConfiguration($path);
} else {
$this->configuration = $configuration;
}

$this->configuration = $configuration;
$this->json_mapper = new \JsonMapper();

// Fix "\JiraRestApi\JsonMapperHelper::class" syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$'
Expand Down

0 comments on commit 3560bc6

Please sign in to comment.