|
|
$mapper = function ($row, $key, $mr) use ($field, $mappedField) {
|
|
$mapper = function ($row, $key, $mr) use ($field, $mappedField) {
|
|
|
$row->set($mappedField, $this->decodeBitmask($row->get($field)));
|
|
$row->set($mappedField, $this->decodeBitmask($row->get($field)));
|