Update wcfsetup/install/files/lib/system/spider/Spider.class.php
authorOlaf Braun <olaf_schmitz_1@t-online.de>
Tue, 27 Feb 2024 13:53:23 +0000 (14:53 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2024 13:53:23 +0000 (14:53 +0100)
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
wcfsetup/install/files/lib/system/spider/Spider.class.php

index 5092c72a8692be92755e9f58c65b9674f044be25..9db6f34eae54efd630949f57d92171477577e2a8 100644 (file)
@@ -9,9 +9,9 @@ namespace wcf\system\spider;
  * @copyright   2001-2024 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  */
-final readonly class Spider
+final class Spider
 {
-    public string $identifier;
+    public readonly string $identifier;
 
     public function __construct(
         string $identifier,