]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Welcome.php
Issue 11566: More detailled notification configuration
[friendica.git] / src / Module / Welcome.php
index 92845cdaffc928a9f8829a09818551dad1aeacb4..02008a4a8673a9ae8319d86792dc5b4b9422f0ca 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -30,7 +30,7 @@ use Friendica\DI;
  */
 class Welcome extends BaseModule
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
                $config = DI::config();