]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ToggleMobile.php
Use centralized function to fetch query results
[friendica.git] / src / Module / ToggleMobile.php
index a0fb2f88f648904fe142fb6c55ee92c697add858..6ae882bd946bd355e3399ceaf197e85e18b89493 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
  *
@@ -29,7 +29,7 @@ use Friendica\DI;
  */
 class ToggleMobile extends BaseModule
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
                $a = DI::app();