summaryrefslogtreecommitdiffstats
path: root/app/team.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/team.go')
-rw-r--r--app/team.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/team.go b/app/team.go
index 85e55131d..1aa7abf87 100644
--- a/app/team.go
+++ b/app/team.go
@@ -12,8 +12,8 @@ import (
l4g "github.com/alecthomas/log4go"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
func (a *App) CreateTeam(team *model.Team) (*model.Team, *model.AppError) {