Commit 5ad93ca61e19c1f0c11be6a174dffeca0774f27a
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,7 +68,7 @@ class UserController extends CrudResourceController | ||
| 68 | // $user->save(); | 68 | // $user->save(); |
| 69 | 69 | ||
| 70 | $item = $this->createModelInstance(); | 70 | $item = $this->createModelInstance(); |
| 71 | - | 71 | + die(var_dump($item)); |
| 72 | $newItem = $this->createItem($item, $data); | 72 | $newItem = $this->createItem($item, $data); |
| 73 | die(var_dump($newItem)); | 73 | die(var_dump($newItem)); |
| 74 | 74 |