summaryrefslogtreecommitdiffstats
path: root/store/sql_command_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_command_store.go')
-rw-r--r--store/sql_command_store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/sql_command_store.go b/store/sql_command_store.go
index 6b2338380..a767e764d 100644
--- a/store/sql_command_store.go
+++ b/store/sql_command_store.go
@@ -4,7 +4,7 @@
package store
import (
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
type SqlCommandStore struct {