mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 12:12:53 +08:00
Changed bool to boolean
This commit is contained in:
parent
78973b0c8a
commit
245d384670
@ -62,7 +62,7 @@
|
||||
"default_value": "0",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|bool"
|
||||
"rules": "required|boolean"
|
||||
},
|
||||
{
|
||||
"name": "Git Branch",
|
||||
@ -83,4 +83,4 @@
|
||||
"rules": "required|string|max:20"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user