@@ -53,7 +53,7 @@ class TestController extends Controller
$adminId = $staff->adminId;
$mobile = $staff->mobile;
AdminClass::updateById($adminId, ['mobile' => $mobile]);
- echo $mobile.' '.$staff->id;
+ echo $mobile . ' ' . $staff->id . "\n";
}