Remove extraneous __get since needed capability found in parent class
This commit is contained in:
parent
3bb0bda880
commit
cd957a7f66
|
@ -45,9 +45,4 @@ class FriendicaExtension extends BaseDataTransferObject
|
|||
{
|
||||
$this->title = $title;
|
||||
}
|
||||
|
||||
public function __get($name)
|
||||
{
|
||||
return $this->$name;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue