Navaneeth V
Results
1
issues of
Navaneeth V
### Steps to reproduce Laravel 8.0 MySql 5.7 PHP 7.4 ``` class Product extends Model { public function productCategories() { return $this->hasMany(ProductCategory::class, 'product_id', 'id'); } } public function scopeType($q, $type)...