]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Admin/Queue.php
Merge pull request #12922 from annando/nomad-version
[friendica.git] / src / Module / Admin / Queue.php
index f43dfdc095e1cdbbdb017f1e73caa2d4943aef58..aacd06d7f3468560fc01844f3b236c87a937168f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -38,7 +38,7 @@ use Friendica\Util\DateTimeFormat;
  */
 class Queue extends BaseAdmin
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
                parent::content();