From 0e04da8ea1fa2868eaf3fa62e69a1b6bb21b1ecf Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Fri, 23 Nov 2018 10:47:50 +0100 Subject: [PATCH] Left hint --- application/src/Security/SourceVoter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/Security/SourceVoter.php b/application/src/Security/SourceVoter.php index 83595b2..e32b0fe 100644 --- a/application/src/Security/SourceVoter.php +++ b/application/src/Security/SourceVoter.php @@ -11,7 +11,7 @@ use App\Entity\UserInterface; /** * @author kevinfrantz - * + * @deprecated Just exists as a remembering to maybe use the voter for some use cases * @see https://symfony.com/doc/current/security/voters.html */ class SourceVoter extends Voter