1
0
forked from poc/pds

Removed unwanted empty line

This commit is contained in:
dhanabalan
2026-08-21 09:00:21 +05:30
parent a6d28a035b
commit 70848bb10a

View File

@@ -108,5 +108,4 @@ class Item extends Model
{
return $this->hasMany(PanelGrMaster::class, 'item_id', 'id');
}
}