mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Update BuyableProductTrait.php
This commit is contained in:
@@ -22,7 +22,7 @@ class BuyableProductTrait extends Model implements Buyable
|
||||
'price',
|
||||
'weight'
|
||||
];
|
||||
|
||||
|
||||
protected $attributes = [
|
||||
'id' => 1,
|
||||
'name' => 'Item name',
|
||||
|
||||
Reference in New Issue
Block a user