feat: update liquibase script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package service
|
||||
|
||||
import "Game-tycoon/storage/dao"
|
||||
import "hamster-tycoon/storage/dao"
|
||||
|
||||
type GameService struct {
|
||||
serviceContext
|
||||
@@ -8,4 +8,4 @@ type GameService struct {
|
||||
|
||||
func NewGameService(database dao.Database) *GameService {
|
||||
return &GameService{serviceContext{db: database}}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user