Update CartItemModel.php

This commit is contained in:
Patrick
2022-02-08 23:09:34 +01:00
committed by GitHub
parent 078d84cb29
commit a58593be1a

View File

@@ -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.