Commit f36f89e39a88e01e3615e96b4d339b6ab0dcc2f2
1 parent
69d4217e
registration
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/UserController.php
| ... | ... | @@ -67,7 +67,7 @@ class UserController extends CrudResourceController |
| 67 | 67 | $primaryKey = $this->getModelPrimaryKey(); |
| 68 | 68 | $responseData = $this->getFindData($newItem->id); |
| 69 | 69 | |
| 70 | - die(var_dump($responseData)); | |
| 70 | + die(var_dump($newItem)); | |
| 71 | 71 | |
| 72 | 72 | $response = $this->getCreateResponse($responseData, $data); |
| 73 | 73 | ... | ... |