Add feedback

This commit is contained in:
Philipp
2021-11-18 21:25:09 +01:00
parent 14988ddf19
commit 04a0cd9301
2 changed files with 4 additions and 8 deletions

View File

@@ -35,11 +35,6 @@ use Friendica\Core\L10n;
*/
class Index extends BaseModule
{
public function __construct(L10n $l10n, array $parameters = [])
{
parent::__construct($l10n, $parameters);
}
public function rawContent()
{
(new Profile($this->l10n, $this->parameters))->rawContent();