mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Formatting
This commit is contained in:
parent
2b137d76fa
commit
da03cfdbe5
|
@ -152,7 +152,6 @@ class Label implements View
|
||||||
|
|
||||||
// At this point we are dealing with a row with multiple items being displayed.
|
// At this point we are dealing with a row with multiple items being displayed.
|
||||||
|
|
||||||
|
|
||||||
// The end result of this will be in this format:
|
// The end result of this will be in this format:
|
||||||
// {labelOne} {valueOne} | {labelTwo} {valueTwo} | {labelThree} {valueThree}
|
// {labelOne} {valueOne} | {labelTwo} {valueTwo} | {labelThree} {valueThree}
|
||||||
$carry['value'] = trim(implode(' | ', [
|
$carry['value'] = trim(implode(' | ', [
|
||||||
|
|
Loading…
Reference in a new issue