diff options
Diffstat (limited to 'system/item/upload.go')
-rw-r--r-- | system/item/upload.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/item/upload.go b/system/item/upload.go index 800f663..7540590 100644 --- a/system/item/upload.go +++ b/system/item/upload.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "github.com/ponzu-cms/ponzu/management/editor" + "github.com/haturatu/ponzu/management/editor" ) // FileUpload represents the file uploaded to the system |