Skip to content

Commit 3970ae1

Browse files
committed
- Updated docs
1 parent 98ed04d commit 3970ae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/basic-usage/model-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class UsersExport extends ModelExport
114114
return $value->description;
115115
}
116116

117-
return parent::formatValue($attribute, $value);
117+
return parent::formatValue($model, $attribute, $value);
118118
}
119119
}
120120
```

0 commit comments

Comments
 (0)