Commit 962d23ecf6dac526e157f72248d454497a1f86e0

Authored by Alex Savenko
1 parent 3e3e15fa

back

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Model/User.php
... ... @@ -5,7 +5,7 @@ namespace App\Model;
5 5 class User extends \App\Mvc\DateTrackingModel
6 6 {
7 7 public $id;
8   - public $name;
  8 + public $username;
9 9 public $pass;
10 10 public $email;
11 11 public $role;
... ...