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:
Mrxbox98 2021-12-12 14:34:08 -08:00 committed by GitHub
parent 19e8c1a568
commit b952823ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]
}
}