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