fix
This commit is contained in:
parent
cf5dddf2e9
commit
b72e88b1b3
@ -63,7 +63,7 @@ class TemplateApiController extends Controller
|
|||||||
try {
|
try {
|
||||||
// Coba tanpa relationship dulu untuk debug
|
// Coba tanpa relationship dulu untuk debug
|
||||||
$templates = Template::inRandomOrder()
|
$templates = Template::inRandomOrder()
|
||||||
->take(6)
|
->take(8)
|
||||||
->get()
|
->get()
|
||||||
->map(function($t){
|
->map(function($t){
|
||||||
return [
|
return [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user