Type Rating update (#1366)
* Update Typerating.php Add `'active'` to fillable * Update fields.blade.php Fixed grid, positioning of checkbox label and removed extra row
This commit is contained in:
@@ -13,6 +13,7 @@ class Typerating extends Model
|
||||
'type',
|
||||
'description',
|
||||
'image_url',
|
||||
'active',
|
||||
];
|
||||
|
||||
// Validation
|
||||
|
||||
Reference in New Issue
Block a user