Commit 905bb12e254623ad707403692fe738379aaf9c40
1 parent
ad0d0178
test
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/library/App/Controllers/UserController.php
@@ -70,6 +70,7 @@ class UserController extends CrudResourceController | @@ -70,6 +70,7 @@ class UserController extends CrudResourceController | ||
70 | $item = $this->createModelInstance(); | 70 | $item = $this->createModelInstance(); |
71 | 71 | ||
72 | $newItem = $this->createItem($item, $data); | 72 | $newItem = $this->createItem($item, $data); |
73 | + die(var_dump($newItem)); | ||
73 | 74 | ||
74 | if (!$newItem) { | 75 | if (!$newItem) { |
75 | return $this->onCreateFailed($item, $data); | 76 | return $this->onCreateFailed($item, $data); |