We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02924c3 commit 37daf05Copy full SHA for 37daf05
src/Traits/Container.php
@@ -69,7 +69,7 @@ public function __set($property, $value){
69
* @return bool
70
*/
71
public function __isset($property){
72
- return (property_exists($this, $property) && !$this->__isPrivate($property)) || ($this->env instanceof DotEnv && $this->env->get($property));
+ return (property_exists($this, $property) && !$this->__isPrivate($property));
73
}
74
75
/**
0 commit comments