Commit 3c9a7a92fdb4eaf4b11fdb0c04ab3106e0defb44

Authored by Alex Savenko
1 parent d0c4d979

registration

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/library/App/Controllers/UserController.php
... ... @@ -53,6 +53,8 @@ class UserController extends CrudResourceController
53 53  
54 54 $item = $this->createModelInstance();
55 55  
  56 + die(var_dump($item));
  57 +
56 58 $newItem = $this->createItem($item, $data);
57 59  
58 60 if (!$newItem) {
... ...