Remove implementation of StoredObjectInterface

This commit is contained in:
Julie Lenaerts 2024-07-01 12:23:31 +02:00
parent d1653a074b
commit fb743b522d

View File

@ -22,7 +22,7 @@ use Symfony\Component\Security\Core\Authorization\Voter\Voter;
* *
* Delegates to the sames authorization than for Evalution * Delegates to the sames authorization than for Evalution
*/ */
class AccompanyingPeriodWorkEvaluationDocumentVoter extends Voter implements StoredObjectVoterInterface class AccompanyingPeriodWorkEvaluationDocumentVoter extends Voter
{ {
final public const SEE = 'CHILL_MAIN_ACCOMPANYING_PERIOD_WORK_EVALUATION_DOCUMENT_SHOW'; final public const SEE = 'CHILL_MAIN_ACCOMPANYING_PERIOD_WORK_EVALUATION_DOCUMENT_SHOW';