changed category id

This commit is contained in:
Ritikesh yadav
2024-04-12 11:51:42 +05:30
parent 0e51da8fe5
commit 20249b4177

View File

@@ -182,7 +182,7 @@ class Product extends Model
public function scopePrivateCreditFund($query)
{
return $query->where(['tables_id' => 12, 'categories_id' => 40]);
return $query->where(['tables_id' => 12, 'categories_id' => 41]);
}
public function scopeGlobalPrivateCreditFund($query)