Commit 5ad93ca61e19c1f0c11be6a174dffeca0774f27a

Authored by Alex Savenko
1 parent 905bb12e

test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Controllers/UserController.php
... ... @@ -68,7 +68,7 @@ class UserController extends CrudResourceController
68 68 // $user->save();
69 69  
70 70 $item = $this->createModelInstance();
71   -
  71 + die(var_dump($item));
72 72 $newItem = $this->createItem($item, $data);
73 73 die(var_dump($newItem));
74 74  
... ...