mirror of
https://github.com/friendica/friendica
synced 2025-04-20 17:50:12 +00:00
Add feedback
This commit is contained in:
parent
14988ddf19
commit
04a0cd9301
2 changed files with 4 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue