Commit eff4a92591b372b3dbf209023db7d7d552a928d4

Authored by Alex Savenko
1 parent 0fc77352

registration

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/library/App/Controllers/UserController.php
@@ -64,6 +64,7 @@ class UserController extends CrudResourceController @@ -64,6 +64,7 @@ class UserController extends CrudResourceController
64 return $this->onCreateFailed($item, $data); 64 return $this->onCreateFailed($item, $data);
65 } 65 }
66 66
  67 + die(var_dump($newItem));
67 $primaryKey = $this->getModelPrimaryKey(); 68 $primaryKey = $this->getModelPrimaryKey();
68 $responseData = $this->getFindData($newItem->$primaryKey); 69 $responseData = $this->getFindData($newItem->$primaryKey);
69 70