mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
fixed typo in comment
This commit is contained in:
parent
70f26f33a5
commit
529310c93a
|
@ -75,7 +75,7 @@ class LabelsController extends Controller
|
|||
$exampleAsset->model->category->name = trans('admin/labels/table.example_category');
|
||||
}
|
||||
|
||||
//turns a multidimensional array in an associative array
|
||||
//turns a multidimensional array into an associative array
|
||||
$field_selections = collect($data)->mapWithKeys(function ($item) {
|
||||
return $item;
|
||||
})->toArray();
|
||||
|
|
Loading…
Reference in a new issue