From 6ebcb28dd0399878ac18a6251297c8a344298326 Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Sat, 24 Nov 2018 22:38:38 +0100 Subject: [PATCH] Left todo :) --- application/src/Entity/Source/SourceInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/src/Entity/Source/SourceInterface.php b/application/src/Entity/Source/SourceInterface.php index 2af2325..9bd3a04 100644 --- a/application/src/Entity/Source/SourceInterface.php +++ b/application/src/Entity/Source/SourceInterface.php @@ -11,6 +11,8 @@ use App\Entity\Attribut\SlugAttributInterface; use App\Entity\Attribut\MembersAttributInterface; /** + * @todo Move the members functions to an member ship manager + * * @author kevinfrantz */ interface SourceInterface extends IdAttributInterface, EntityInterface, MembershipsAttributInterface, LawAttributInterface, RelationAttributInterface, SlugAttributInterface, MembersAttributInterface