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
3e3e15faf03de5f1901b4c178c9e736af13edde3
Authored by
Alex Savenko
2017-02-09 12:49:50 +0200
1 parent
99ee4e60
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 @
3e3e15f
...
...
@@ -19,7 +19,7 @@ class User extends \App\Mvc\DateTrackingModel
19
19
{
20
20
return parent::columnMap() + [
21
21
'id' => 'id',
22
- '
name' => 'username',
22
+ '
user
name' => 'username',
23
23
'pass' => 'pass',
24
24
'email' => 'email',
25
25
'role' => 'role'
...
...