shish il y a 2 ans
Parent
commit
2aa8b25a8e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      console/controllers/InitController.php

+ 1 - 1
console/controllers/InitController.php

@@ -62,7 +62,7 @@ class InitController extends Controller
                     if (!empty($mobile)) {
                         $ghs->mobile = $mobile;
                         $ghs->save();
-                        echo $mobile." ok \n";
+                        echo $mobile . ' ' . $ghs->id . " ok \n";
                     }
                 }
             }