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