eee
This commit is contained in:
@@ -70,10 +70,10 @@ class LocalService extends Component implements LocalServiceInterface
|
|||||||
*/
|
*/
|
||||||
public function __get(string $name)
|
public function __get(string $name)
|
||||||
{
|
{
|
||||||
if ($this->has($name)) {
|
if (!$this->has($name)) {
|
||||||
return $this->get($name);
|
return parent::__get($name);
|
||||||
} else {
|
} else {
|
||||||
return parent::__get($name); // TODO: Change the autogenerated stub
|
return $this->get($name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user