mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 12:12:53 +08:00
This should be boolean not bool
bool is not in https://laravel.com/docs/5.7/validation#available-validation-rules
This commit is contained in:
parent
19e8c1a568
commit
b952823ced
@ -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