Commit ee392fef9904b80921b1b7c0a52c49e3b40c76ad
1 parent
a033ff5a
registration
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/library/App/Controllers/UserController.php
... | ... | @@ -58,9 +58,9 @@ class UserController extends CrudResourceController |
58 | 58 | |
59 | 59 | $item = $this->createModelInstance(); |
60 | 60 | $user = new User(); |
61 | - $user->username = 'test332332'; | |
61 | + $user->username = 'test33233222'; | |
62 | 62 | $user->save(); |
63 | - echo $user->id; | |
63 | + echo 2424; | |
64 | 64 | die(); |
65 | 65 | |
66 | 66 | ... | ... |