Proyectos de Subversion LeadersLinked - Services

Rev

Rev 309 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 309 Rev 310
Línea 231... Línea 231...
231
                    
231
                    
232
                    $data = [
232
                    $data = [
233
                        'success'   => true,
233
                        'success'   => true,
234
                        'message'   => 'LABEL_RECORD_ADDED',
234
                        'message'   => 'LABEL_RECORD_ADDED',
235
                        'data'      => [
235
                        'data'      => [
236
                            'id' => $habitGoal->uid,
236
                            'id' => $habitGoal->uuid,
237
                            'name' => $habitGoal->name,
237
                            'name' => $habitGoal->name,
Línea 238... Línea 238...
238
                            'description' => $habitGoal->description,
238
                            'description' => $habitGoal->description,
239
                            
239
                            
Línea 402... Línea 402...
402
                    
402
                    
403
                    $data = [
403
                    $data = [
404
                        'success'   => true,
404
                        'success'   => true,
405
                        'message'   => 'LABEL_RECORD_UPDATED',
405
                        'message'   => 'LABEL_RECORD_UPDATED',
406
                        'data'      => [
406
                        'data'      => [
407
                            'id' => $habitGoal->uid,
407
                            'id' => $habitGoal->uuid,
408
                            'name' => $habitGoal->name,
408
                            'name' => $habitGoal->name,
Línea 409... Línea 409...
409
                            'description' => $habitGoal->description,
409
                            'description' => $habitGoal->description,
410
                            
410