Kirin 4 år sedan
förälder
incheckning
bafa7e14cb
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      app/api/controller/PublicController.php

+ 1 - 1
app/api/controller/PublicController.php

@@ -60,7 +60,7 @@ class PublicController
             if (count($child)) $ress = array_merge($ress, ['children' => $child]);
             $res[] = $ress;
         }
-        print_r($res);
+        var_dump($res);
     }
 
     /**