eee
This commit is contained in:
@@ -150,8 +150,9 @@ abstract class BaseApplication extends Component
|
|||||||
{
|
{
|
||||||
if ($this->localService->has($name)) {
|
if ($this->localService->has($name)) {
|
||||||
return $this->localService->get($name);
|
return $this->localService->get($name);
|
||||||
|
} else {
|
||||||
|
return parent::__get($name);
|
||||||
}
|
}
|
||||||
return parent::__get($name); // TODO: Change the autogenerated stub
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user