Commit a033ff5a0ba1e9c1d0a99dcf9db7a387ad32fa4b

Authored by Alex Savenko
1 parent 2c27a20b

registration

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Controllers/UserController.php
@@ -58,7 +58,7 @@ class UserController extends CrudResourceController @@ -58,7 +58,7 @@ class UserController extends CrudResourceController
58 58
59 $item = $this->createModelInstance(); 59 $item = $this->createModelInstance();
60 $user = new User(); 60 $user = new User();
61 - $user->username = 'test'; 61 + $user->username = 'test332332';
62 $user->save(); 62 $user->save();
63 echo $user->id; 63 echo $user->id;
64 die(); 64 die();