BF added model table config

This commit is contained in:
a6a2f5842 2025-11-21 15:22:40 +01:00
parent 2244bc4cf1
commit 8fa194e7e6
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ return [
'product_category' => \Blax\Shop\Models\ProductCategory::class,
'product_stock' => \Blax\Shop\Models\ProductStock::class,
'product_attribute' => \Blax\Shop\Models\ProductAttribute::class,
'product_purchase' => \Blax\Shop\Models\ProductPurchase::class,
'cart' => \Blax\Shop\Models\Cart::class,
'cart_item' => \Blax\Shop\Models\CartItem::class,
],