mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed formatting
This commit is contained in:
parent
58b1ac5f0f
commit
f54fcb88e2
|
@ -10,9 +10,7 @@ class LocationsTransformer
|
|||
public function transformLocations (Collection $locations)
|
||||
{
|
||||
$locations_array = array();
|
||||
foreach ($locations as $location) {
|
||||
$locations_array[] = self::transformLocation($locations);
|
||||
}
|
||||
return $users_array;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue