Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 134 Bytes

Trim Strings LV.md

File metadata and controls

5 lines (5 loc) · 134 Bytes
            $property = $property->map(function ($value) {
                return trim($value);
            });