]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Admin/Queue.php
Changes:
[friendica.git] / src / Module / Admin / Queue.php
index f43dfdc095e1cdbbdb017f1e73caa2d4943aef58..54d70b27d90ac9a46287f11ce0ff2ac6c108c05d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2024, 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();