Remove extraneous __get since needed capability found in parent class
This commit is contained in:
@@ -45,9 +45,4 @@ class FriendicaExtension extends BaseDataTransferObject
|
|||||||
{
|
{
|
||||||
$this->title = $title;
|
$this->title = $title;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __get($name)
|
|
||||||
{
|
|
||||||
return $this->$name;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user