Skip to content

Commit 37daf05

Browse files
committed
:octocat: remnant
1 parent 02924c3 commit 37daf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __set($property, $value){
6969
* @return bool
7070
*/
7171
public function __isset($property){
72-
return (property_exists($this, $property) && !$this->__isPrivate($property)) || ($this->env instanceof DotEnv && $this->env->get($property));
72+
return (property_exists($this, $property) && !$this->__isPrivate($property));
7373
}
7474

7575
/**

0 commit comments

Comments
 (0)