Commit 319cede5aab81749853bc71e9c12dcaed08b9657
1 parent
5b443315
user registration
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/UserController.php
| ... | ... | @@ -73,9 +73,9 @@ class UserController extends CrudResourceController |
| 73 | 73 | } |
| 74 | 74 | |
| 75 | 75 | $primaryKey = $this->getModelPrimaryKey(); |
| 76 | + return var_dump($primaryKey); | |
| 76 | 77 | $responseData = $this->getFindData($newItem->$primaryKey); |
| 77 | 78 | |
| 78 | - return var_dump($responseData); | |
| 79 | 79 | $response = $this->getCreateResponse($responseData, $data); |
| 80 | 80 | |
| 81 | 81 | $this->afterHandleCreate($newItem, $data, $response); | ... | ... |