typo
This commit is contained in:
parent
3fa3654938
commit
24cbee5867
@ -31,7 +31,7 @@ public function approver(): BelongsTo
|
|||||||
|
|
||||||
public function scopeAccession(Builder $query, string $uuid): Builder
|
public function scopeAccession(Builder $query, string $uuid): Builder
|
||||||
{
|
{
|
||||||
$query->wherewhere('accession_number', $uuid);
|
$query->where('accession_number', $uuid);
|
||||||
|
|
||||||
return $query;
|
return $query;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user