mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-31 12:38:22 +00:00
:octocat: remnant
This commit is contained in:
@@ -69,7 +69,7 @@ trait Container{
|
||||
* @return bool
|
||||
*/
|
||||
public function __isset($property){
|
||||
return (property_exists($this, $property) && !$this->__isPrivate($property)) || ($this->env instanceof DotEnv && $this->env->get($property));
|
||||
return (property_exists($this, $property) && !$this->__isPrivate($property));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user