feat: update
This commit is contained in:
8
app/models/posts.go
Normal file
8
app/models/posts.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
// @provider
|
||||
type postsModel struct{}
|
||||
|
||||
func (m *postsModel) Prepare() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user