Not sure how this ever worked?

This commit is contained in:
snipe 2016-07-15 11:11:48 -07:00
parent 92175eb700
commit 698cb161d4

View file

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