Add string to name validation

This commit is contained in:
Marcus Moore 2024-11-07 16:40:54 -08:00
parent 363ec841d1
commit 0e3efdfe87
No known key found for this signature in database

View file

@ -28,6 +28,7 @@ class ReportTemplate extends Model
protected $rules = [
'name' => [
'required',
'string',
],
'options' => [
'required',