Skip to content

Commit 1863bef

Browse files
author
toddn
committed
needed Tag import in SectionService
1 parent d123d07 commit 1863bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/SectionService.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package services
33
import models.{UUID, Section, Comment, DBResult}
44
import play.api.libs.json.JsValue
55
import scala.collection.mutable.ArrayBuffer
6-
import models.User
6+
import models.{User, Tag}
77

88
/**
99
* Service to manipulate sections

0 commit comments

Comments
 (0)