products now have an image
This commit is contained in:
@@ -10,5 +10,5 @@ class Product extends Model
|
||||
/** @use HasFactory<\Database\Factories\ProductFactory> */
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = ['name', 'description', 'price_cents'];
|
||||
protected $fillable = ['name', 'description', 'price_cents', 'image_url'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user