Merge branch 'v3' of git@github.com:snipe/snipe-it.git

This commit is contained in:
snipe 2016-07-15 16:46:15 -07:00
commit 192b1582f5

View file

@ -714,7 +714,7 @@ class Asset extends Depreciable
*/
public function scopeAccepted($query)
{
return $uery->where("accepted", "=", "accepted");
return $query->where("accepted", "=", "accepted");
}