mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-15 08:14:02 +01:00
5 lines
114 B
Scala
5 lines
114 B
Scala
package models
|
|
|
|
import com.mohiva.play.silhouette.api.Identity
|
|
|
|
case class User(username: String) extends Identity |