From f5c693d32d9e8621de07dad39b23a1977fe434ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 2 Nov 2022 13:39:19 +0100 Subject: [PATCH] Mark `LegalNoticePage` as final --- files/lib/page/LegalNoticePage.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/lib/page/LegalNoticePage.class.php b/files/lib/page/LegalNoticePage.class.php index 8927b2d..55c2aff 100644 --- a/files/lib/page/LegalNoticePage.class.php +++ b/files/lib/page/LegalNoticePage.class.php @@ -10,11 +10,11 @@ use wcf\util\StringUtil; * Shows the legal notice page. * * @author Marcel Werk - * @copyright 2001-2019 WoltLab GmbH + * @copyright 2001-2022 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Page */ -class LegalNoticePage extends AbstractPage +final class LegalNoticePage extends AbstractPage { public const AVAILABLE_DURING_OFFLINE_MODE = true; -- 2.20.1