ranjith-dev #242

Merged
jothi merged 2 commits from ranjith-dev into master 2026-09-22 04:27:48 +00:00
Showing only changes of commit c0df7b7a4e - Show all commits

View File

@@ -60,4 +60,9 @@ class Item extends Model
{
return $this->hasMany(ProductCharacteristicsMaster::class);
}
public function processOrders()
{
return $this->hasMany(ProcessOrder::class);
}
}