Skip to content

Commit 0e3efdf

Browse files
committed
Add string to name validation
1 parent 363ec84 commit 0e3efdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Models/ReportTemplate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class ReportTemplate extends Model
2828
protected $rules = [
2929
'name' => [
3030
'required',
31+
'string',
3132
],
3233
'options' => [
3334
'required',

0 commit comments

Comments
 (0)