Commit 56df7c41fb13262681a179d1caf18e42e5ad7df2

Authored by Alex Savenko
1 parent 5c4527f5

user registration

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