Merge branch 'v3' of git@github.com:snipe/snipe-it.git
This commit is contained in:
@@ -714,7 +714,7 @@ class Asset extends Depreciable
|
||||
*/
|
||||
public function scopeAccepted($query)
|
||||
{
|
||||
return $uery->where("accepted", "=", "accepted");
|
||||
return $query->where("accepted", "=", "accepted");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user