Alex Savenko
/
analytics
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
99ee4e60a01786801307259c0351b11ffa2d76fc
Authored by
Alex Savenko
2017-02-09 12:44:05 +0200
1 parent
568009e4
back
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Model/User.php
Inline
Side-by-side
app/library/App/Model/User.php
Wrap text
Show/Hide comments
View file @
99ee4e6
...
...
@@ -19,7 +19,7 @@ class User extends \App\Mvc\DateTrackingModel
19
19
{
20
20
return parent::columnMap() + [
21
21
'id' => 'id',
22
- '
username' => '
name',
22
+ '
name' => 'user
name',
23
23
'pass' => 'pass',
24
24
'email' => 'email',
25
25
'role' => 'role'
...
...