notify.moe/arn/EditLogEntryAPI.go

7 lines
137 B
Go

package arn
// Save saves the log entry in the database.
func (entry *EditLogEntry) Save() {
DB.Set("EditLogEntry", entry.ID, entry)
}