aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain/services/CategoryService.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/xyz/driver/pdsuidomain/services/CategoryService.scala')
-rw-r--r--src/main/scala/xyz/driver/pdsuidomain/services/CategoryService.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/scala/xyz/driver/pdsuidomain/services/CategoryService.scala b/src/main/scala/xyz/driver/pdsuidomain/services/CategoryService.scala
index a735ade..f8d820b 100644
--- a/src/main/scala/xyz/driver/pdsuidomain/services/CategoryService.scala
+++ b/src/main/scala/xyz/driver/pdsuidomain/services/CategoryService.scala
@@ -3,7 +3,6 @@ package xyz.driver.pdsuidomain.services
import xyz.driver.pdsuicommon.auth.AuthenticatedRequestContext
import xyz.driver.pdsuicommon.db.Sorting
import xyz.driver.pdsuicommon.error.DomainError
-import xyz.driver.pdsuicommon.logging._
import xyz.driver.pdsuidomain.entities.CategoryWithLabels
import scala.concurrent.Future
@@ -19,7 +18,7 @@ object CategoryService {
}
}
-trait CategoryService extends PhiLogging {
+trait CategoryService {
import CategoryService._