FIX - лишний параметр
This commit is contained in:
parent
f29cb9d94e
commit
615390860c
|
|
@ -26,7 +26,6 @@ class JsonController extends Controller
|
|||
$result[$id]['lat'] = $point->lat;
|
||||
$result[$id]['lng'] = $point->lng;
|
||||
$result[$id]['categoryId'] = $point->categoryId;
|
||||
$result[$id]['categoryIcon'] = $categories[$point->categoryId]['icon'];
|
||||
$result[$id]['moderate'] = $point->moderate ? 'show' : 'hide';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue