fixed ambiguous type
This commit is contained in:
@ -93,7 +93,7 @@ class Transaction extends Model
|
||||
return $query;
|
||||
}
|
||||
|
||||
return $query->whereIn('type', (array) $types);
|
||||
return $query->whereIn($this->table . '.type', (array) $types);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user