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