Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
joostfaassen committed Jan 8, 2019
1 parent b50a000 commit a687299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Expand Up @@ -132,7 +132,7 @@ public function setProperty($key, $value)

public function getProperty($key)
{
if (!isset($this->properties)) {
if (!isset($this->properties[$key])) {
return null;
}
return $this->properties[$key];
Expand Down

0 comments on commit a687299

Please sign in to comment.