mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
Merge pull request #10977 from nupplaphil/feat/dynamic_modules
Introduce interface for `Module`s
This commit is contained in:
commit
190efcefad
272 changed files with 988 additions and 963 deletions
|
@ -32,7 +32,7 @@ use Friendica\Network\HTTPException;
|
|||
*/
|
||||
class Help extends BaseModule
|
||||
{
|
||||
public static function content(array $parameters = [])
|
||||
public function content(): string
|
||||
{
|
||||
Nav::setSelected('help');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue