changed category id
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user