From 4221ec9ab891a0cde25a86c4b8a1f846aba805d6 Mon Sep 17 00:00:00 2001 From: Ingolf Steinhardt Date: Wed, 9 Oct 2024 19:32:04 +0200 Subject: [PATCH] Delete deprecations for v5 --- src/ContaoEvents.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/ContaoEvents.php b/src/ContaoEvents.php index db701f3..be09c26 100644 --- a/src/ContaoEvents.php +++ b/src/ContaoEvents.php @@ -3,7 +3,7 @@ /** * This file is part of contao-community-alliance/events-contao-bindings * - * (c) 2014-2018 The Contao Community Alliance + * (c) 2014-2024 The Contao Community Alliance * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -16,7 +16,8 @@ * @author Stefan Heimes * @author Tristan Lins * @author Sven Baumann - * @copyright 2018 The Contao Community Alliance. + * @author Ingolf Steinhardt + * @copyright 2014-2024 The Contao Community Alliance. * @license https://github.com/contao-community-alliance/events-contao-bindings/blob/master/LICENSE LGPL-3.0 * @filesource */ @@ -190,9 +191,6 @@ class ContaoEvents * * @see \Contao\System::getReferer() */ - - - public const SYSTEM_GET_REFERRER = 'contao.events.system.get.referrer'; /**