Not sure how this ever worked?
This commit is contained in:
parent
92175eb700
commit
698cb161d4
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ class Asset extends Depreciable
|
||||||
*/
|
*/
|
||||||
public function scopeAccepted($query)
|
public function scopeAccepted($query)
|
||||||
{
|
{
|
||||||
return $uery->where("accepted", "=", "accepted");
|
return $query->where("accepted", "=", "accepted");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue