mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Merge branch 'v3' of git@github.com:snipe/snipe-it.git
This commit is contained in:
commit
192b1582f5
|
@ -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