Commit 9e77eecbedaa6d1deaf2421b2c0a1ce9487aeb66

Authored by Alex Savenko
1 parent def046c7

user registration

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Model/User.php
... ... @@ -15,7 +15,7 @@ class User extends \App\Mvc\DateTrackingModel
15 15  
16 16 public function getSource()
17 17 {
18   - return 'users';
  18 + return 'user';
19 19 }
20 20  
21 21 public function columnMap()
... ...