@@ -94,7 +94,7 @@ |
||
| 94 | 94 | */ |
| 95 | 95 | public function __isset(string $property):bool{ |
| 96 | 96 | return (isset($this->{$property}) && !$this->__isPrivate($property)) |
| 97 | - || (property_exists($this, 'env') && $this->env instanceof DotEnv && $this->env->get($property)); |
|
| 97 | + || (property_exists($this, 'env') && $this->env instanceof DotEnv && $this->env->get($property)); |
|
| 98 | 98 | } |
| 99 | 99 | |
| 100 | 100 | /** |