fix: implement database getter
This commit is contained in:
parent
05c0aba484
commit
51a1f6051b
|
@ -30,8 +30,7 @@ type PortalImpl struct {
|
|||
}
|
||||
|
||||
func (p *PortalImpl) Database() interfaces.Database {
|
||||
//TODO implement me
|
||||
panic("implement me")
|
||||
return p.database
|
||||
}
|
||||
|
||||
func NewPortal() interfaces.Portal {
|
||||
|
|
Loading…
Reference in New Issue