This commit is contained in:
Dr Masroor Ehsan 2025-01-12 01:20:14 +06:00
parent 3fa3654938
commit 24cbee5867

View File

@ -31,7 +31,7 @@ public function approver(): BelongsTo
public function scopeAccession(Builder $query, string $uuid): Builder
{
$query->wherewhere('accession_number', $uuid);
$query->where('accession_number', $uuid);
return $query;
}