Commit 905bb12e254623ad707403692fe738379aaf9c40

Authored by Alex Savenko
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 70 $item = $this->createModelInstance();
71 71  
72 72 $newItem = $this->createItem($item, $data);
  73 + die(var_dump($newItem));
73 74  
74 75 if (!$newItem) {
75 76 return $this->onCreateFailed($item, $data);
... ...