add score to winner table
This commit is contained in:
@@ -10,7 +10,8 @@ class CarShowWinner extends Model
|
||||
protected $fillable = [
|
||||
'vehicle',
|
||||
'category',
|
||||
'place'
|
||||
'place',
|
||||
'total_score'
|
||||
];
|
||||
|
||||
protected $dates = [
|
||||
|
||||
Reference in New Issue
Block a user