mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 19:57:22 +08:00
Merge pull request #1467 from mrxbox98/master
This should be boolean not bool
This commit is contained in:
commit
080f73a9dd
@ -57,7 +57,7 @@
|
||||
"default_value": "0",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|bool"
|
||||
"rules": "required|boolean"
|
||||
},
|
||||
{
|
||||
"name": "Auto Update",
|
||||
@ -114,4 +114,4 @@
|
||||
"rules": "nullable|string"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user