renamed base_repository to ledis_repository
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
type propertyRepository struct {
|
||||
baseRepository
|
||||
ledisRepository
|
||||
}
|
||||
|
||||
func NewPropertyRepository() domain.PropertyRepository {
|
||||
|
||||
Reference in New Issue
Block a user