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
f9a501d774
commit
06d66f6e94
|
@ -14,7 +14,7 @@ class LocationsTransformer
|
||||||
return $locations_array;
|
return $locations_array;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function transformLocation(Location $location = null)
|
public function transformLocation (Location $location = null)
|
||||||
{
|
{
|
||||||
if ($location) {
|
if ($location) {
|
||||||
$locations_array[] = [
|
$locations_array[] = [
|
||||||
|
|
Loading…
Reference in a new issue