mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Fixed formatting
This commit is contained in:
parent
58b1ac5f0f
commit
f54fcb88e2
|
@ -7,12 +7,10 @@ use Illuminate\Database\Eloquent\Collection;
|
|||
class LocationsTransformer
|
||||
{
|
||||
|
||||
public function transformLocations( Collection $locations)
|
||||
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