From aca29472597fa2ec3aa4ee8c54a563cbc924d2aa Mon Sep 17 00:00:00 2001 From: Robbe Serry Date: Sat, 14 Oct 2023 10:28:25 +0000 Subject: [PATCH] explanation for renaming --- module/BrBundle/Entity/Event/Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/BrBundle/Entity/Event/Connection.php b/module/BrBundle/Entity/Event/Connection.php index 55d483cfac..1051e59096 100644 --- a/module/BrBundle/Entity/Event/Connection.php +++ b/module/BrBundle/Entity/Event/Connection.php @@ -29,7 +29,7 @@ /** * Connection - * + * Formerly known as Match, but due to php8 this isn't allowed. * @author Belian Callaerts * * @ORM\Entity(repositoryClass="BrBundle\Repository\Event\Connection")