Removed unwanted empty line
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 26s

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');
}
}