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