mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-19 05:45:20 +00:00
Update CartItemModel.php
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Gloudemans\Models;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Support\Facades\Config;
|
||||
|
||||
class CartModel extends Model
|
||||
class CartItemModel extends Model
|
||||
{
|
||||
/**
|
||||
* The table associated with the model.
|
||||
|
||||
Reference in New Issue
Block a user