close #2124 Fixed: Widget sort input enter to string value then broken it.

This commit is contained in:
Cüneyt Şentürk
2021-06-21 18:18:20 +03:00
parent f0aa9af282
commit a0a776350c
2 changed files with 10 additions and 2 deletions

View File

@ -27,6 +27,7 @@ class Widget extends FormRequest
'dashboard_id' => 'required|integer',
'name' => 'required|string',
'class' => 'required',
'sort' => 'integer',
];
}
}