*/ class ProjectTimelineRepository extends ServiceEntityRepository { public function __construct(ManagerRegistry $registry) { parent::__construct($registry, ProjectTimeline::class); } }