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