1
0
mirror of https://github.com/robonen/metr.git synced 2026-06-20 10:05:22 +00:00

Offer filters and user feedback

This commit is contained in:
2022-05-29 04:21:56 +07:00
parent ff7fe27698
commit fe2e5d316c
13 changed files with 272 additions and 10 deletions
+9
View File
@@ -19,4 +19,13 @@ class Feedback extends Model
'comment',
'rating',
];
/**
* The attributes that should be cast.
*
* @var array<string, string>
*/
protected $casts = [
'rating' => 'integer',
];
}