mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-25 15:02:53 +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",
|
||||
|
Loading…
Reference in New Issue
Block a user