Skip to content

Commit b8c1bac

Browse files
committed
items
1 parent eaaef05 commit b8c1bac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/Models/Cart.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
class Cart extends Model
99
{
1010
use HasFactory;
11+
protected $table = 'items';
1112
//store items to cart
13+
14+
1215

1316
//retrive the no of items from cart
1417
}

0 commit comments

Comments
 (0)