1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-05-06 14:41:02 -05:00

Forgot to encode the json. oops

This commit is contained in:
Ro 2023-08-29 14:14:30 -07:00
parent c91eed0e30
commit 3321895c9b

View File

@ -99,8 +99,8 @@ class LocationController extends Controller
'rating' => $item[1],
'added_by' => 1,
'tags' => 'poor moderation, hate speech',
'images' => json_encode($images),
'block_count' => $blockcount,
'images' => $images,
]);
}
}