mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Not sure how this ever worked?
This commit is contained in:
parent
92175eb700
commit
698cb161d4
|
@ -714,7 +714,7 @@ class Asset extends Depreciable
|
|||
*/
|
||||
public function scopeAccepted($query)
|
||||
{
|
||||
return $uery->where("accepted", "=", "accepted");
|
||||
return $query->where("accepted", "=", "accepted");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue