Commit 4eb24b086e16efa7c50de29252f78acffb18cadc

Authored by Alex Savenko
1 parent 431c192b

user registration

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