renamed PseudoRandom to Pseudorandom
This commit is contained in:
@@ -113,7 +113,7 @@ func (s *Schema) RemoveField(id string) {
|
||||
func (s *Schema) AddField(newField *SchemaField) {
|
||||
if newField.Id == "" {
|
||||
// set default id
|
||||
newField.Id = strings.ToLower(security.PseudoRandomString(8))
|
||||
newField.Id = strings.ToLower(security.PseudorandomString(8))
|
||||
}
|
||||
|
||||
for i, field := range s.fields {
|
||||
|
||||
Reference in New Issue
Block a user