Remove extraneous __get since needed capability found in parent class

This commit is contained in:
Hank Grabowski 2023-02-19 07:59:53 -05:00
parent 3bb0bda880
commit cd957a7f66
1 changed files with 0 additions and 5 deletions

View File

@ -45,9 +45,4 @@ class FriendicaExtension extends BaseDataTransferObject
{
$this->title = $title;
}
public function __get($name)
{
return $this->$name;
}
}